mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
5 lines
119 B
NSIS
5 lines
119 B
NSIS
!macro customUnInstall
|
|
${ifNot} ${isUpdated}
|
|
RMDir /r "$LOCALAPPDATA\hydralauncher-updater"
|
|
${endIf}
|
|
!macroend
|