PortWINE/data_from_portwine/scripts/winecfg
2020-05-27 02:53:23 +03:00

10 lines
222 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"
"${PROTONRUN}" "run" "winecfg" >&2
STOP_PORTWINE