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