Global changes for PortProton and add use DATABASE

This commit is contained in:
castro-fidel
2021-01-17 05:05:36 +03:00
parent 62fa3a10de
commit 8f825cd484
46 changed files with 876 additions and 981 deletions

View File

@ -2,8 +2,8 @@
# Author: PortWINE-Linux.ru
. "$(dirname $(readlink -f "$0"))/runlib"
KILL_PORTWINE
if [ -e "${PORT_WINE_TMP_PATH}/dxvk_on" ]; then
rm -f "${PORT_WINE_TMP_PATH}/dxvk_on"
if [ -e "${PORT_WINE_TMP_PATH}/pw_vulkan" ]; then
rm -f "${PORT_WINE_TMP_PATH}/pw_vulkan"
fi
START_PORTWINE
STOP_PORTWINE | sszen