refactor(updater): migrate to tauri's new resource table (#899)

* refactor(updater): migrate to tauri's new resource table

* fmt

* fmt

* Create updater-js-started-event.md
This commit is contained in:
Amr Bashir
2024-01-18 13:48:44 +02:00
committed by GitHub
parent 8505a756b5
commit 0879a87a7e
8 changed files with 58 additions and 46 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"updater": "patch"
"updater-js": "patch"
---
Fix `Started` event not emitted to JS when downloading update.
+5
View File
@@ -0,0 +1,5 @@
---
"updater": "patch"
---
**Breaking change**: Changed `Update::download` and `Update::download_and_install` first argument to take `FnMut` instead of just `Fn`.