Update rpgmaker-linux-cicpoffs-wrapper.sh

This commit is contained in:
bakustarver 2024-11-06 09:25:28 +02:00 committed by GitHub
parent 3c147c8fce
commit 512a409f34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,10 @@ if [[ $2 == *"iscriptevaluator.exe"* ]]; then
exit 0
fi
if [ -z "$SteamAppId" ]; then
echo "no steam app id"
exit 0
fi
export LC_ALL=""
startset=$(echo "$@" | sed -e 's@waitforexitandrun @@g' -e 's@ --in-process-gpu@@g')
export gamef=$(dirname "$startset")