mirror of
https://github.com/tcsenpai/UWINE.git
synced 2025-06-06 11:35:20 +00:00
Support multiple arguments.
This commit is contained in:
parent
062ff6798b
commit
19e3aad136
@ -29,7 +29,8 @@ export PROTON_CRASH_REPORT_DIR='/tmp/ULWGL_crashreports'
|
||||
export FONTCONFIG_PATH=''
|
||||
|
||||
export EXE="$2"
|
||||
export LAUNCHARGS="$3"
|
||||
shift 2
|
||||
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" $LAUNCHARGS
|
||||
|
Loading…
x
Reference in New Issue
Block a user