mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-14 12:12:13 +00:00
feat: add script to remove hydra folders on uninstall
This commit is contained in:
parent
2271368199
commit
df5f34119f
2 changed files with 5 additions and 0 deletions
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
|
|
@ -27,6 +27,7 @@ nsis:
|
||||||
createDesktopShortcut: always
|
createDesktopShortcut: always
|
||||||
oneClick: false
|
oneClick: false
|
||||||
allowToChangeInstallationDirectory: true
|
allowToChangeInstallationDirectory: true
|
||||||
|
include: installer.nsh
|
||||||
portable:
|
portable:
|
||||||
artifactName: ${name}-${version}-portable.${ext}
|
artifactName: ${name}-${version}-portable.${ext}
|
||||||
mac:
|
mac:
|
||||||
|
|
Loading…
Reference in a new issue