hydra/build/installer.nsh

7 lines
142 B
Plaintext
Raw Normal View History

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