mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: conditional to check if hydra is updating
This commit is contained in:
parent
2e87ae8486
commit
2bc98317e9
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
!macro customUnInstall
|
||||
RMDir /r "$APPDATA\${APP_PACKAGE_NAME}"
|
||||
RMDir /r "$APPDATA\hydra"
|
||||
${ifNot} ${isUpdated}
|
||||
RMDir /r "$APPDATA\${APP_PACKAGE_NAME}"
|
||||
RMDir /r "$APPDATA\hydra"
|
||||
${endIf}
|
||||
!macroend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue