mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-27 08:54:19 +00:00
Fix prelaunch command
This commit is contained in:
parent
4ade879ee2
commit
9ba929e3a1
@ -82,9 +82,9 @@
|
||||
"__GL_SHADER_DISK_CACHE": 1,
|
||||
"__GL_SHADER_DISK_CACHE_SIZE": 1073741824,
|
||||
"__GL_THREADED_OPTIMIZATIONS": 1,
|
||||
"SteamGameId": "starcitizen",
|
||||
"prelaunch_command": "/usr/bin/sh -c 'if [ -d \"$WINEPREFIX/drive_c/users/$USER/AppData/Roaming/EasyAntiCheat\" ]; then rm -rf \"$WINEPREFIX/drive_c/users/$USER/AppData/Roaming/EasyAntiCheat\"; fi'"
|
||||
"SteamGameId": "starcitizen"
|
||||
},
|
||||
"prelaunch_command": "/usr/bin/sh -c 'if [ -d \"$WINEPREFIX/drive_c/users/$USER/AppData/Roaming/EasyAntiCheat\" ]; then rm -rf \"$WINEPREFIX/drive_c/users/$USER/AppData/Roaming/EasyAntiCheat\"; fi'",
|
||||
"prefer_system_libs": false
|
||||
},
|
||||
"wine": {
|
||||
|
Loading…
Reference in New Issue
Block a user