PortWINE/data_from_portwine/scripts/winecfg
2020-05-31 19:32:08 +03:00

15 lines
318 B
Bash
Executable File

#!/bin/bash
# Author: PortWINE-Linux.ru
runlib_path="$(dirname $(readlink -f "$0"))"/runlib
. "$runlib_path"
"${WINESERVER}" -k
START_PORTWINE
export WINEDEBUG="fixme-all"
if [ ! -z ${optirun_on} ]
then
${optirun_on} "${PROTONRUN}" "run" "winecfg" >&2
else
"${PROTONRUN}" "run" "winecfg" >&2
fi
STOP_PORTWINE