Installer osu-osulazer
该脚本仅供阅读,不能直接用来在Wine游戏助手中安装游戏。
要通过命令安装游戏,请下载完整脚本。
安装命令:/opt/apps/net.winegame.client/files/bin/winegame -i ./xxx.json
files: - appimage: https://github.com/ppy/osu/releases/latest/download/osu.AppImage game: exe: osu.AppImage installer: - move: dst: $GAMEDIR src: appimage - chmodx: osu.AppImage
{ "files": [ { "appimage": "https://github.com/ppy/osu/releases/latest/download/osu.AppImage" } ], "game": { "exe": "osu.AppImage" }, "installer": [ { "move": { "dst": "$GAMEDIR", "src": "appimage" } }, { "chmodx": "osu.AppImage" } ] }