forked from CastroFidel/PortWINE
data_from_portwine
scripts
clean_port
create_shortcut
debug
lang
port_update
portproton.sh
remove
reset
runlib
setup
start
vars
winecfg
winecmd
winefile
winereg
winetricks
winetricks-q-force
LICENSE
dxvk.conf
filelock.py
port_on
portwine_install_script
README.md
14 lines
292 B
Bash
Executable File
14 lines
292 B
Bash
Executable File
#!/bin/bash
|
|
# Author: PortWINE-Linux.ru
|
|
. "$(dirname $(readlink -f "$0"))/runlib"
|
|
"${WINESERVER}" -k
|
|
START_PORTWINE
|
|
PW_LOG=1
|
|
if [ ! -z ${optirun_on} ]
|
|
then
|
|
$PW_TERM ${optirun_on} "${port_on_run}" "run" "winecfg" >&2
|
|
else
|
|
$PW_TERM "${port_on_run}" "run" "winecfg" >&2
|
|
fi
|
|
STOP_PORTWINE
|