Use absolute path for ULWGL script

This commit is contained in:
Mathieu Comandon 2024-01-23 00:48:52 -08:00
parent af224933cd
commit 062ff6798b

View File

@ -30,5 +30,6 @@ export FONTCONFIG_PATH=''
export EXE="$2"
export LAUNCHARGS="$3"
./ULWGL --verb=waitforexitandrun -- "$PROTONPATH"/proton waitforexitandrun "$EXE" "$LAUNCHARGS"
me="$(readlink -f "$0")"
here="${me%/*}"
$here/ULWGL --verb=waitforexitandrun -- "$PROTONPATH"/proton waitforexitandrun "$EXE" "$LAUNCHARGS"