Skip to content

Commit

Permalink
Fix steamgameid env var
Browse files Browse the repository at this point in the history
  • Loading branch information
the-sane committed Apr 14, 2023
1 parent e4d5d3a commit 1db3655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lutris-sc-install.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"__GL_SHADER_DISK_CACHE": 1,
"__GL_SHADER_DISK_CACHE_SIZE": 1073741824,
"__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'"
},
"prefer_system_libs": false
Expand Down

0 comments on commit 1db3655

Please sign in to comment.