Global update of the port_on file

This commit is contained in:
castro-fidel
2020-12-02 22:02:14 +03:00
parent fcc2062221
commit 9c0257fcbc
20 changed files with 277 additions and 23760 deletions

View File

@ -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
$PW_TERM ${optirun_on} "${port_on_run}" "run" "$portwine_exe"
"${PW_RUNTIME}" $PW_TERM ${optirun_on} "${port_on_run}" "run" "$portwine_exe"
else
$PW_TERM "${port_on_run}" "run" "$portwine_exe"
"${PW_RUNTIME}" $PW_TERM "${port_on_run}" "run" "$portwine_exe"
fi
else
START_PORTWINE