Explorar o código

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

Akirami %!s(int64=2) %!d(string=hai) anos
pai
achega
bd51cddd6f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.
 //!