mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 00:33:49 +03:00
7 lines
142 B
Plaintext
7 lines
142 B
Plaintext
!macro customUnInstall
|
|
${ifNot} ${isUpdated}
|
|
RMDir /r "$APPDATA\${APP_PACKAGE_NAME}"
|
|
RMDir /r "$APPDATA\hydra"
|
|
${endIf}
|
|
!macroend
|