Installer lutris-jie-ya-zi-ti-dao-ru-
该脚本仅供阅读,不能直接用来在Wine游戏助手中安装游戏。
要通过命令安装游戏,请下载完整脚本。
安装命令:/opt/apps/net.winegame.client/files/bin/winegame -i ./xxx.json
files:
- wineinit: https://file.winegame.net/games/common/wineinit.sh
game:
arch: win64
exe: drive_c/windows/explorer.exe
prefix: $GAMEDIR
installer:
- execute:
command: bash "$wineinit" win64
description: 下载字体和运行库
- task:
arch: win64
description: 创建64位Wine前缀
name: create_prefix
prefix: $GAMEDIR
- extract:
description: 解压字体
dst: $GAMEDIR/drive_c/windows/Fonts
file: $HOME/.cache/wine/fonts/MicrosoftYaHeiMono.tar.gz
- task:
description: 导入注册表
filename: $GAMEDIR/drive_c/windows/Fonts/MicrosoftYaHeiMono.reg
name: set_regedit_file
{
"files": [
{
"wineinit": "https://file.winegame.net/games/common/wineinit.sh"
}
],
"game": {
"arch": "win64",
"exe": "drive_c/windows/explorer.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"execute": {
"command": "bash \"$wineinit\" win64",
"description": "\u4e0b\u8f7d\u5b57\u4f53\u548c\u8fd0\u884c\u5e93"
}
},
{
"task": {
"arch": "win64",
"description": "\u521b\u5efa64\u4f4dWine\u524d\u7f00",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"extract": {
"description": "\u89e3\u538b\u5b57\u4f53",
"dst": "$GAMEDIR/drive_c/windows/Fonts",
"file": "$HOME/.cache/wine/fonts/MicrosoftYaHeiMono.tar.gz"
}
},
{
"task": {
"description": "\u5bfc\u5165\u6ce8\u518c\u8868",
"filename": "$GAMEDIR/drive_c/windows/Fonts/MicrosoftYaHeiMono.reg",
"name": "set_regedit_file"
}
}
]
}