Преглед изворни кода

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.
 //!