hydra/build/installer.nsh
Zamitto 4e282921ef
Some checks failed
Release / build (windows-latest) (push) Has been cancelled
Release / build (ubuntu-latest) (push) Has been cancelled
chore: dont remove installation dirs in custom install script
2024-12-27 17:42:12 -03:00

6 lines
119 B
Plaintext

!macro customUnInstall
${ifNot} ${isUpdated}
RMDir /r "$LOCALAPPDATA\hydralauncher-updater"
${endIf}
!macroend