You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When signing artifact after build, if the password is supplied via env:TAURI_SIGNING_PRIVATE_KEY_PASSWORD, the process would fail with the following error.
failed to decode secret key: incorrect updater private key password: Wrong password for that key
Error failed to decode secret key: incorrect updater private key password: Wrong password for that key
when password env is not set, passing the password when prompted in cli works fine.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
When signing artifact after build, if the password is supplied via env:
TAURI_SIGNING_PRIVATE_KEY_PASSWORD
, the process would fail with the following error.failed to decode secret key: incorrect updater private key password: Wrong password for that key
Error failed to decode secret key: incorrect updater private key password: Wrong password for that key
when password env is not set, passing the password when prompted in cli works fine.
The text was updated successfully, but these errors were encountered: