feat(updater): refactor and improvements (#431)

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
This commit is contained in:
Amr Bashir
2023-08-07 22:01:21 +03:00
committed by GitHub
parent 84133b57b8
commit 4ab90f048e
18 changed files with 1231 additions and 2728 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ use serde::{Deserialize, Deserializer};
use url::Url;
/// Updater configuration.
#[derive(Debug, Clone, Deserialize)]
#[derive(Debug, Clone, Deserialize, Default)]
pub struct Config {
#[serde(default)]
pub endpoints: Vec<UpdaterEndpoint>,