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

5 lines
119 B
Text

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