Skip to content

Updater failing to sign artifact when password of key is supplied via env #2710

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Snazzie opened this issue May 21, 2025 · 1 comment
Closed

Comments

@Snazzie
Copy link

Snazzie commented May 21, 2025

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.

@FabianLars
Copy link
Member

The updater plugin isn't in play here (yet) so let's keep it in tauri-apps/tauri#13485 for now.

@FabianLars FabianLars closed this as not planned Won't fix, can't repro, duplicate, stale May 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants