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