Fix prelaunch command

This commit is contained in:
the-sane 2023-04-13 20:43:56 -04:00
parent 4ade879ee2
commit 9ba929e3a1

View File

@ -82,9 +82,9 @@
"__GL_SHADER_DISK_CACHE": 1, "__GL_SHADER_DISK_CACHE": 1,
"__GL_SHADER_DISK_CACHE_SIZE": 1073741824, "__GL_SHADER_DISK_CACHE_SIZE": 1073741824,
"__GL_THREADED_OPTIMIZATIONS": 1, "__GL_THREADED_OPTIMIZATIONS": 1,
"SteamGameId": "starcitizen", "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'"
}, },
"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 "prefer_system_libs": false
}, },
"wine": { "wine": {