set both SteamGameId and SteamAppId (yes, they are the same thing and proton uses both)

This commit is contained in:
GloriousEggroll 2024-01-24 13:05:13 -07:00
parent 627ed64b93
commit 3725e8ef68

View File

@ -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