mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-10 21:36:17 +00:00
fix: conditional to check if hydra is updating
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user