hydra/build/installer.nsh

7 lines
142 B
Text
Raw Normal View History

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