Files
hydra-launcher/build/installer.nsh
T
Chubby Granny Chaser 1a5525312b fix: offload process listing from main thread
Move native process enumeration into a worker so process watching does not block the main process, and add LF text-integrity checks for normalized files.
2026-04-27 19:57:18 +01:00

6 lines
119 B
NSIS

!macro customUnInstall
${ifNot} ${isUpdated}
RMDir /r "$LOCALAPPDATA\hydralauncher-updater"
${endIf}
!macroend