From 3725e8ef68213b12e29401263b87bb63fbac534e Mon Sep 17 00:00:00 2001 From: GloriousEggroll Date: Wed, 24 Jan 2024 13:05:13 -0700 Subject: [PATCH] set both SteamGameId and SteamAppId (yes, they are the same thing and proton uses both) --- gamelauncher.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gamelauncher.sh b/gamelauncher.sh index 679affd..20e1a09 100755 --- a/gamelauncher.sh +++ b/gamelauncher.sh @@ -23,6 +23,7 @@ if [[ $(cat $ULWGL_ID | cut -d "-" -f 2) =~ $numcheck ]]; then export STEAM_COMPAT_APP_ID=$(cat $ULWGL_ID | cut -d "-" -f 2) fi export SteamAppId="$STEAM_COMPAT_APP_ID" +export SteamGameId="$STEAM_COMPAT_APP_ID" export STEAM_COMPAT_LIBRARY_PATHS='' if [[ -z $STEAM_COMPAT_INSTALL_PATH ]]; then