How to set TAURI_PRIVATE_KEY #4451
-
Error running CLI: A public key has been found, but no private key. Make sure to set |
Beta Was this translation helpful? Give feedback.
Answered by
FabianLars
Jun 23, 2022
Replies: 1 comment 4 replies
-
https://tauri.app/v1/guides/distribution/updater#signing-updates When you generated your keys you should've received 2 keys, a public one and a private one. You need to set a |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
DrAugus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://tauri.app/v1/guides/distribution/updater#signing-updates
When you generated your keys you should've received 2 keys, a public one and a private one. You need to set a
TAURI_PRIVATE_KEY
environment variable with the contents of the private key.