We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e87ae8 commit 2bc9831Copy full SHA for 2bc9831
build/installer.nsh
@@ -1,4 +1,6 @@
1
!macro customUnInstall
2
- RMDir /r "$APPDATA\${APP_PACKAGE_NAME}"
3
- RMDir /r "$APPDATA\hydra"
+ ${ifNot} ${isUpdated}
+ RMDir /r "$APPDATA\${APP_PACKAGE_NAME}"
4
+ RMDir /r "$APPDATA\hydra"
5
+ ${endIf}
6
!macroend
0 commit comments