Installer lutris-test2
该脚本仅供阅读,不能直接用来在Wine游戏助手中安装游戏。
要通过命令安装游戏,请下载完整脚本。
安装命令:/opt/apps/net.winegame.client/files/bin/winegame -i ./xxx.json
files:
- file_id: http://location
- unredistribuable_file: N/A:select a file
installer:
- move:
dst: $GAMEDIR
src: file_id
{
"files": [
{
"file_id": "http://location"
},
{
"unredistribuable_file": "N/A:select a file"
}
],
"installer": [
{
"move": {
"dst": "$GAMEDIR",
"src": "file_id"
}
}
]
}