diff --git a/engines/changine/assets/run-changine.sh b/engines/changine/assets/run-changine.sh index 1dc92914c..7155fa3e3 100755 --- a/engines/changine/assets/run-changine.sh +++ b/engines/changine/assets/run-changine.sh @@ -1,8 +1,5 @@ #!/bin/bash -# Define the app ID -app_id="32310" - # Check if a command argument was provided if [ $# -eq 1 ]; then command_args="$1" @@ -20,8 +17,8 @@ else fi # Construct the Steam command -steam_command="steam -applaunch $app_id \"steam://nav/console/ +app_change_compat_tool $app_id $compat_tool \\\"\\\" 250\"" +steam_command="steam -applaunch $SteamAppId \"steam://nav/console/ +app_change_compat_tool $SteamAppId $compat_tool \\\"\\\" 250\"" # Execute the Steam command -echo "Launching $app_id with $compat_tool" +echo "Launching $SteamAppId with $compat_tool" eval "$steam_command"