mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-14 12:12:13 +00:00
4 lines
103 B
Text
4 lines
103 B
Text
!macro customUnInstall
|
|
RMDir /r "$APPDATA\${APP_PACKAGE_NAME}"
|
|
RMDir /r "$APPDATA\hydra"
|
|
!macroend
|