Cleen dxvk-cash after update port

This commit is contained in:
Castro-Fidel 2020-05-27 02:53:23 +03:00
parent ea48f6fbc1
commit b65ef290ce
2 changed files with 3 additions and 1 deletions

@ -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

@ -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