mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-06-02 06:14:48 +02:00
1a5525312b
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.
6 lines
119 B
NSIS
6 lines
119 B
NSIS
!macro customUnInstall
|
|
${ifNot} ${isUpdated}
|
|
RMDir /r "$LOCALAPPDATA\hydralauncher-updater"
|
|
${endIf}
|
|
!macroend
|