mirror of
https://github.com/tcsenpai/UWINE.git
synced 2025-06-06 11:35:20 +00:00
Pass all arguments to ULGWL script and get rid of LAUNCHARGS
This commit is contained in:
parent
3725e8ef68
commit
44269b9c4d
@ -41,7 +41,6 @@ export FONTCONFIG_PATH=''
|
||||
|
||||
export EXE="$1"
|
||||
shift 1
|
||||
export LAUNCHARGS="$@"
|
||||
|
||||
me="$(readlink -f "$0")"
|
||||
here="${me%/*}"
|
||||
@ -49,4 +48,5 @@ here="${me%/*}"
|
||||
export STEAM_COMPAT_TOOL_PATHS="$PROTONPATH:$here"
|
||||
export STEAM_COMPAT_MOUNTS="$PROTONPATH:$here"
|
||||
|
||||
$here/ULWGL --verb=waitforexitandrun -- "$PROTONPATH"/proton waitforexitandrun "$EXE" "$1" "$2" "$3"
|
||||
$here/ULWGL --verb=waitforexitandrun -- "$PROTONPATH"/proton waitforexitandrun "$EXE" "$@"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user