Skip to content

Commit

Permalink
chore: dont remove installation dirs in custom install script
Browse files Browse the repository at this point in the history
  • Loading branch information
zamitto committed Dec 27, 2024
1 parent 1f000ab commit 4e28292
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build/installer.nsh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4e28292

Please sign in to comment.