forked from CastroFidel/PortWINE
Major changes port_on and add use terminal in vars
This commit is contained in:
@ -6,9 +6,9 @@ if [ -f "$1" ]; then
|
||||
export PATH_TO_GAME="$( cd "$( dirname "$1" )" >/dev/null 2>&1 && pwd )"
|
||||
START_PORTWINE
|
||||
if [ ! -z ${optirun_on} ]; then
|
||||
${optirun_on} "${port_on_run}" "run" "$portwine_exe"
|
||||
$PW_TERM ${optirun_on} "${port_on_run}" "run" "$portwine_exe"
|
||||
else
|
||||
"${port_on_run}" "run" "$portwine_exe"
|
||||
$PW_TERM "${port_on_run}" "run" "$portwine_exe"
|
||||
fi
|
||||
else
|
||||
START_PORTWINE
|
||||
|
Reference in New Issue
Block a user