hydra/build/installer.nsh

6 lines
119 B
Plaintext
Raw Permalink Normal View History

!macro customUnInstall
${ifNot} ${isUpdated}
2024-09-18 14:16:52 +03:00
RMDir /r "$LOCALAPPDATA\hydralauncher-updater"
${endIf}
2024-09-18 12:50:20 +03:00
!macroend