mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 05:24:55 +03:00
chore: dont remove installation dirs in custom install script
This commit is contained in:
parent
1f000ab2b2
commit
4e282921ef
@ -1,7 +1,5 @@
|
|||||||
!macro customUnInstall
|
!macro customUnInstall
|
||||||
${ifNot} ${isUpdated}
|
${ifNot} ${isUpdated}
|
||||||
RMDir /r "$APPDATA\${APP_PACKAGE_NAME}"
|
|
||||||
RMDir /r "$APPDATA\hydra"
|
|
||||||
RMDir /r "$LOCALAPPDATA\hydralauncher-updater"
|
RMDir /r "$LOCALAPPDATA\hydralauncher-updater"
|
||||||
${endIf}
|
${endIf}
|
||||||
!macroend
|
!macroend
|
||||||
|
Loading…
Reference in New Issue
Block a user