From 1db3655fe07b0c2734896c94f0231dc4823de528 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Thu, 13 Apr 2023 20:18:36 -0400 Subject: [PATCH] Fix steamgameid env var --- lutris-sc-install.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lutris-sc-install.json b/lutris-sc-install.json index 39008e9..196b65d 100644 --- a/lutris-sc-install.json +++ b/lutris-sc-install.json @@ -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