mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-02 16:23:48 +03:00
feat: add script to remove hydra folders on uninstall
This commit is contained in:
parent
2271368199
commit
df5f34119f
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 New Issue
Block a user