Major fix. Add debug in winefile. Choose mod for shurtcut.

This commit is contained in:
castro-fidel
2020-09-27 16:44:31 +03:00
parent 8610f9467c
commit 88d4f20ad3
8 changed files with 187 additions and 65 deletions

View File

@ -1,19 +1,21 @@
#!/bin/bash
# Author: PortWINE-Linux.ru
. "$(dirname $(readlink -f "$0"))/runlib"
"${WINESERVER}" -k
# "${WINESERVER}" -k
START_PORTWINE
if [ ! -z "$1" ]; then
if [ ! -z ${optirun_on} ]; then
if [ ! -z $1 ]; then
if [ ! -z $optirun_on ]; then
${optirun_on} "${port_on_run}" "run" "$1"
else
"${port_on_run}" "run" "$1"
fi
else
if [ ! -z ${optirun_on} ]; then
if [ ! -z $optirun_on ]; then
${optirun_on} "${port_on_run}" "run" "${gamestart}" ${launch_parameters}
else
"${port_on_run}" "run" "${gamestart}" ${launch_parameters}
fi
fi
STOP_PORTWINE
STOP_PORTWINE