forked from CastroFidel/PortWINE
remove KILL9_WINEDEVICE
This commit is contained in:
@ -5,8 +5,8 @@ START_PORTWINE
|
||||
export WINEDEBUG="fixme-all"
|
||||
if [ ! -z ${optirun_on} ]
|
||||
then
|
||||
${optirun_on} "${PROTONRUN}" "run" "explorer" & KILL9_WINEDEVICE >&2
|
||||
${optirun_on} "${PROTONRUN}" "run" "explorer"
|
||||
else
|
||||
"${PROTONRUN}" "run" "explorer" & KILL9_WINEDEVICE >&2
|
||||
"${PROTONRUN}" "run" "explorer"
|
||||
fi
|
||||
STOP_PORTWINE
|
||||
|
Reference in New Issue
Block a user