hydra/build/installer.nsh
2024-09-18 06:50:20 -03:00

4 lines
103 B
Text

!macro customUnInstall
RMDir /r "$APPDATA\${APP_PACKAGE_NAME}"
RMDir /r "$APPDATA\hydra"
!macroend