hydra/build/installer.nsh

8 lines
193 B
Text
Raw Normal View History

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