forked from CastroFidel/PortWINE
Major changes
This commit is contained in:
@ -1,14 +1,13 @@
|
||||
#!/bin/bash
|
||||
# Author: PortWINE-Linux.ru
|
||||
runlib_path="$(dirname $(readlink -f "$0"))"/runlib
|
||||
. "$runlib_path"
|
||||
. "$(dirname $(readlink -f "$0"))/runlib"
|
||||
"${WINESERVER}" -k
|
||||
START_PORTWINE
|
||||
export WINEDEBUG="fixme-all"
|
||||
PW_LOG=1
|
||||
if [ ! -z ${optirun_on} ]
|
||||
then
|
||||
${optirun_on} "${PROTONRUN}" "run" "winecfg" >&2
|
||||
${optirun_on} "${port_on_run}" "run" "winecfg" >&2
|
||||
else
|
||||
"${PROTONRUN}" "run" "winecfg" >&2
|
||||
"${port_on_run}" "run" "winecfg" >&2
|
||||
fi
|
||||
STOP_PORTWINE
|
||||
|
Reference in New Issue
Block a user