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
+2
View File
@@ -66,6 +66,8 @@ pub enum Error {
BinaryNotFoundInArchive,
#[error(transparent)]
Http(#[from] http::Error),
#[error(transparent)]
Tauri(#[from] tauri::Error),
}
impl Serialize for Error {