mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 21:44:55 +03:00
6 lines
119 B
Plaintext
6 lines
119 B
Plaintext
!macro customUnInstall
|
|
${ifNot} ${isUpdated}
|
|
RMDir /r "$LOCALAPPDATA\hydralauncher-updater"
|
|
${endIf}
|
|
!macroend
|