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