mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
chore: dont remove installation dirs in custom install script
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user