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