mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-10 21:36:17 +00:00
feat: add script to remove hydra folders on uninstall
This commit is contained in:
4
build/installer.nsh
Normal file
4
build/installer.nsh
Normal file
@@ -0,0 +1,4 @@
|
||||
!macro customUnInstall
|
||||
RMDir /r "$APPDATA\${APP_PACKAGE_NAME}"
|
||||
RMDir /r "$APPDATA\hydra"
|
||||
!macroend
|
||||
Reference in New Issue
Block a user