From b65ef290ce3ae4479c31d4dc5e4b2101a79d8f86 Mon Sep 17 00:00:00 2001 From: Castro-Fidel Date: Wed, 27 May 2020 02:53:23 +0300 Subject: [PATCH] Cleen dxvk-cash after update port --- data_from_portwine/scripts/setup | 1 + data_from_portwine/scripts/winecfg | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/data_from_portwine/scripts/setup b/data_from_portwine/scripts/setup index 48c7cc5..57225e0 100755 --- a/data_from_portwine/scripts/setup +++ b/data_from_portwine/scripts/setup @@ -75,6 +75,7 @@ ln -s "${PORT_WINE_PATH}/data/pfx/drive_c/" "${PORT_WINE_PATH}/drive_c" sed -i "s/xuser/${USER}/g" "${PORT_WINE_PATH}/data/pfx/"*.reg +rm -f "${PATH_TO_GAME}"/*.dxvk-cache ADD_IN_POST_INSTALL xdg-open "http://portwine-linux.ru/portwine-faq/" > /dev/null 2>&1 & exit 0 diff --git a/data_from_portwine/scripts/winecfg b/data_from_portwine/scripts/winecfg index 5bbc518..27e4832 100755 --- a/data_from_portwine/scripts/winecfg +++ b/data_from_portwine/scripts/winecfg @@ -4,5 +4,6 @@ runlib_path="$(dirname $(readlink -f "$0"))"/runlib . "$runlib_path" "${WINESERVER}" -k START_PORTWINE -"${PROTONRUN}" "run" "winecfg" +export WINEDEBUG="fixme-all" +"${PROTONRUN}" "run" "winecfg" >&2 STOP_PORTWINE