From 4e282921ef9bbe8749c3110776b6d04e5edf3cb8 Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Fri, 27 Dec 2024 17:42:12 -0300 Subject: [PATCH] chore: dont remove installation dirs in custom install script --- build/installer.nsh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/installer.nsh b/build/installer.nsh index 9ae2d42b..3b267a34 100644 --- a/build/installer.nsh +++ b/build/installer.nsh @@ -1,7 +1,5 @@ !macro customUnInstall ${ifNot} ${isUpdated} - RMDir /r "$APPDATA\${APP_PACKAGE_NAME}" - RMDir /r "$APPDATA\hydra" RMDir /r "$LOCALAPPDATA\hydralauncher-updater" ${endIf} !macroend