Cleen dxvk-cash after update port
This commit is contained in:
parent
ea48f6fbc1
commit
b65ef290ce
@ -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
|
sed -i "s/xuser/${USER}/g" "${PORT_WINE_PATH}/data/pfx/"*.reg
|
||||||
|
|
||||||
|
rm -f "${PATH_TO_GAME}"/*.dxvk-cache
|
||||||
ADD_IN_POST_INSTALL
|
ADD_IN_POST_INSTALL
|
||||||
|
|
||||||
xdg-open "http://portwine-linux.ru/portwine-faq/" > /dev/null 2>&1 & exit 0
|
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"
|
. "$runlib_path"
|
||||||
"${WINESERVER}" -k
|
"${WINESERVER}" -k
|
||||||
START_PORTWINE
|
START_PORTWINE
|
||||||
"${PROTONRUN}" "run" "winecfg"
|
export WINEDEBUG="fixme-all"
|
||||||
|
"${PROTONRUN}" "run" "winecfg" >&2
|
||||||
STOP_PORTWINE
|
STOP_PORTWINE
|
||||||
|
Loading…
Reference in New Issue
Block a user