Installer wine-3-proton-ge
该脚本仅供阅读,不能直接用来在Wine游戏助手中安装游戏。
要通过命令安装游戏,请下载完整脚本。
安装命令:/opt/apps/net.winegame.client/files/bin/winegame -i ./xxx.json
custom-name: proton-ge,托盘图标无反应 files: - launcher: https://file.winegame.net/games/qt-tray-icon-demo/TrayIconDemo.exe game: exe: $GAMEDIR/TrayIconDemo.exe prefix: $GAMEDIR installer: - task: arch: win64 description: 创建64位Wine前缀 name: create_prefix prefix: $GAMEDIR - execute: command: mv "$launcher" "$GAMEDIR/TrayIconDemo.exe" wine: dxvk: false esync: false version: proton-7.0-ge-16-x86_64 vkd3d: false
{ "custom-name": "proton-ge\uff0c\u6258\u76d8\u56fe\u6807\u65e0\u53cd\u5e94", "files": [ { "launcher": "https://file.winegame.net/games/qt-tray-icon-demo/TrayIconDemo.exe" } ], "game": { "exe": "$GAMEDIR/TrayIconDemo.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win64", "description": "\u521b\u5efa64\u4f4dWine\u524d\u7f00", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "execute": { "command": "mv \"$launcher\" \"$GAMEDIR/TrayIconDemo.exe\"" } } ], "wine": { "dxvk": false, "esync": false, "version": "proton-7.0-ge-16-x86_64", "vkd3d": false } }