Major changes

This commit is contained in:
Castro-Fidel
2020-06-05 15:28:52 +03:00
parent ad1a28a47e
commit 6a1df190f0
14 changed files with 170 additions and 117 deletions

View File

@ -4,8 +4,8 @@
"${WINESERVER}" -k
START_PORTWINE
if [ ! -z ${optirun_on} ]; then
${optirun_on} "${PROTONRUN}" "run" "${gamestart}" ${launch_parameters} &>/dev/null
${optirun_on} "${port_on_run}" "run" "${gamestart}" ${launch_parameters} &>/dev/null
else
"${PROTONRUN}" "run" "${gamestart}" ${launch_parameters} &>/dev/null
"${port_on_run}" "run" "${gamestart}" ${launch_parameters} &>/dev/null
fi
STOP_PORTWINE