mirror of
https://github.com/tcsenpai/UWINE.git
synced 2025-06-06 19:45:20 +00:00
Arguments passed to ULWGL need to be quoted individually
This commit is contained in:
parent
54e2928baf
commit
feb79da533
@ -34,4 +34,4 @@ shift 1
|
||||
export LAUNCHARGS="$@"
|
||||
me="$(readlink -f "$0")"
|
||||
here="${me%/*}"
|
||||
$here/ULWGL --verb=waitforexitandrun -- "$PROTONPATH"/proton waitforexitandrun "$EXE" $LAUNCHARGS
|
||||
$here/ULWGL --verb=waitforexitandrun -- "$PROTONPATH"/proton waitforexitandrun "$EXE" "$1" "$2" "$3"
|
||||
|
Loading…
x
Reference in New Issue
Block a user