소스 검색

fix(cli): UpdaterConfig is not flexible (#8741)

Lucas Fernandes Nogueira 1 년 전
부모
커밋
63d6d474fd
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      tooling/cli/src/interface/rust.rs

+ 0 - 4
tooling/cli/src/interface/rust.rs

@@ -692,11 +692,7 @@ enum DesktopDeepLinks {
 }
 
 #[derive(Deserialize)]
-#[serde(deny_unknown_fields)]
 pub struct UpdaterConfig {
-  /// Whether the updater is active or not.
-  #[serde(default)]
-  pub active: bool,
   /// Signature public key.
   pub pubkey: String,
   /// The Windows configuration for the updater.