feat: add windows uninstall script

This commit is contained in:
huzibaca
2024-10-22 04:46:08 +08:00
parent 3e94adb4b1
commit afde7e4a44
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
!define NSIS_HOOK_PREUNINSTALL "NSIS_HOOK_PREUNINSTALL_"
!macro NSIS_HOOK_PREUNINSTALL_
ExecWait '"$INSTDIR\uninstall-service.exe"'
!macroend