mirror of
https://github.com/tcsenpai/UWINE.git
synced 2025-06-06 11:35:20 +00:00
Use absolute path for ULWGL script
This commit is contained in:
parent
af224933cd
commit
062ff6798b
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user