forked from CastroFidel/PortWINE
Major changes
This commit is contained in:
@ -2,10 +2,11 @@
|
||||
# Author: PortWINE-Linux.ru
|
||||
. "$(dirname $(readlink -f "$0"))/runlib"
|
||||
START_PORTWINE
|
||||
PW_LOG=1
|
||||
if [ ! -z ${optirun_on} ]
|
||||
then
|
||||
"/usr/bin/xterm" -e '"${optirun_on}" "${PROTONRUN}" "run" "cmd"'
|
||||
"/usr/bin/xterm" -e '"${optirun_on}" "${port_on_run}" "run" "cmd"'
|
||||
else
|
||||
"/usr/bin/xterm" -e '"${PROTONRUN}" "run" "cmd"'
|
||||
"/usr/bin/xterm" -e '"${port_on_run}" "run" "cmd"'
|
||||
fi
|
||||
STOP_PORTWINE
|
||||
|
Reference in New Issue
Block a user