Skip to content

Commit

Permalink
docs(updater): fix server missing required key (tauri-apps#5050)
Browse files Browse the repository at this point in the history
  • Loading branch information
A-kirami authored Aug 26, 2022
1 parent 4fa968d commit bd51cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tauri/src/updater/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//!
Expand Down

0 comments on commit bd51cdd

Please sign in to comment.