data_from_portwine
scripts
debug
lang
port_update
remove
restart
runlib
setup
start
vars
wineboot
winecfg
winecmd
winefile
winereg
winetricks
winetricks-q-force
LICENSE
dxvk.conf
filelock.py
proton
portwine_install_script
README.md
8 lines
139 B
Bash
Executable File
8 lines
139 B
Bash
Executable File
#!/bin/bash
|
|
# Author: PortWINE-Linux.ru
|
|
|
|
. "$(dirname $(readlink -f "$0"))/runlib"
|
|
START_PORTWINE
|
|
"${PROTONRUN}" "run" "cmd"
|
|
STOP_PORTWINE
|