mirror of
https://github.com/bakustarver/rpgmakermlinux-cicpoffs.git
synced 2025-03-28 14:56:21 +01:00
Update rpgmaker-linux-cicpoffs-wrapper.sh
This commit is contained in:
parent
3c147c8fce
commit
512a409f34
1 changed files with 4 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue