mirror of
https://github.com/tcsenpai/UWINE.git
synced 2025-07-23 10:20:02 +00:00
set both SteamGameId and SteamAppId (yes, they are the same thing and proton uses both)
This commit is contained in:
parent
627ed64b93
commit
3725e8ef68
@ -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)
|
export STEAM_COMPAT_APP_ID=$(cat $ULWGL_ID | cut -d "-" -f 2)
|
||||||
fi
|
fi
|
||||||
export SteamAppId="$STEAM_COMPAT_APP_ID"
|
export SteamAppId="$STEAM_COMPAT_APP_ID"
|
||||||
|
export SteamGameId="$STEAM_COMPAT_APP_ID"
|
||||||
export STEAM_COMPAT_LIBRARY_PATHS=''
|
export STEAM_COMPAT_LIBRARY_PATHS=''
|
||||||
|
|
||||||
if [[ -z $STEAM_COMPAT_INSTALL_PATH ]]; then
|
if [[ -z $STEAM_COMPAT_INSTALL_PATH ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user