Fix steamgameid env var

This commit is contained in:
the-sane 2023-04-13 20:18:36 -04:00
parent e4d5d3a2e4
commit 1db3655fe0

View File

@ -82,7 +82,7 @@
"__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