Added T7x bypass cache files

This commit is contained in:
Rim 2023-12-17 01:01:37 -05:00
parent cc5ce54d43
commit f941c38b48
3 changed files with 9 additions and 0 deletions

0
T7x/game/localappdata/cache/cache.bin vendored Normal file
View File

0
T7x/game/localappdata/cache/data.bin vendored Normal file
View File

View File

@ -85,6 +85,12 @@ Section "LocalAppData Files" SecData
File /r "game\localappdata\t7x\*.*"
SectionEnd
Section "LocalAppData Cache Files" SecCache
SetOutPath $LOCALAPPDATA\cache
File "game\localappdata\cache\cache.bin"
File "game\localappdata\cache\data.bin"
SectionEnd
Function finishpageaction
CreateShortcut "$DESKTOP\${PRODUCT_NAME}.lnk" "$INSTDIR\t7x.exe" "" "$INSTDIR\t7x.exe"
FunctionEnd
@ -102,6 +108,9 @@ Section "Uninstall"
Delete "$INSTDIR\zone\server_cp.cfg"
Delete "$INSTDIR\zone\server_zm.cfg"
Delete $LOCALAPPDATA\cache\cache.bin
Delete $LOCALAPPDATA\cache\data.bin
RMDir /r $INSTDIR\t7x
RMDir /r $LOCALAPPDATA\t7x