mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
feat: add windows uninstall script
This commit is contained in:
5
packages/windows/nsis_hooks.sh
Normal file
5
packages/windows/nsis_hooks.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
!define NSIS_HOOK_PREUNINSTALL "NSIS_HOOK_PREUNINSTALL_"
|
||||
|
||||
!macro NSIS_HOOK_PREUNINSTALL_
|
||||
ExecWait '"$INSTDIR\uninstall-service.exe"'
|
||||
!macroend
|
||||
Reference in New Issue
Block a user