mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-12 19:22:28 +00:00
5 lines
119 B
Text
5 lines
119 B
Text
!macro customUnInstall
|
|
${ifNot} ${isUpdated}
|
|
RMDir /r "$LOCALAPPDATA\hydralauncher-updater"
|
|
${endIf}
|
|
!macroend
|