소스 검색

docs(updater): fix server missing required key (#5050)

Akirami 2 년 전
부모
커밋
bd51cddd6f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/tauri/src/updater/mod.rs

+ 1 - 1
core/tauri/src/updater/mod.rs

@@ -308,7 +308,7 @@
 //! }
 //! ```
 //!
-//! The only required keys are "url" and "version", the others are optional.
+//! The required keys are "url", "version" and "signature"; the others are optional.
 //!
 //! "pub_date" if present must be formatted according to ISO 8601.
 //!