fix(updater): run cleanup before exit on Windows (#1070)

This commit is contained in:
Tony
2024-03-13 22:12:21 +08:00
committed by GitHub
parent 35ea5956d0
commit 1d7dc86ec3
3 changed files with 34 additions and 7 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"updater": patch
---
Add a `on_before_exit` hook for cleanup before spawning the updater on Windows, defaults to `app.cleanup_before_exit` when used through `UpdaterExt`