mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-15 21:53:59 +03:00
Improve docs for updater signing CLI usage (#3881)
This commit is contained in:
parent
822b038c3e
commit
c4320ed1bc
@ -404,9 +404,11 @@
|
||||
//!
|
||||
//! The *Private key* (privkey) is used to sign your update and should NEVER be shared with anyone. Also, if you lost this key, you'll NOT be able to publish a new update to the current user base (if pubkey is set in tauri.conf.json). It's important to save it at a safe place and you can always access it.
|
||||
//!
|
||||
//! To generate your keys you need to use the Tauri cli.
|
||||
//! To generate your keys you need to use the Tauri cli.
|
||||
//!
|
||||
//! ```bash
|
||||
//! # Generate the keys, follow the instructions
|
||||
//! tauri signer generate
|
||||
//! tauri signer sign -g -w ~/.tauri/myapp.key
|
||||
//! ```
|
||||
//!
|
||||
|
Loading…
Reference in New Issue
Block a user