chore: dont remove installation dirs in custom install script
Some checks failed
Release / build (windows-latest) (push) Has been cancelled
Release / build (ubuntu-latest) (push) Has been cancelled

This commit is contained in:
Zamitto 2024-12-27 17:42:12 -03:00
parent 1f000ab2b2
commit 4e282921ef

View File

@ -1,7 +1,5 @@
!macro customUnInstall
${ifNot} ${isUpdated}
RMDir /r "$APPDATA\${APP_PACKAGE_NAME}"
RMDir /r "$APPDATA\hydra"
RMDir /r "$LOCALAPPDATA\hydralauncher-updater"
${endIf}
!macroend