We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TAURI_SIGNING_PUBLIC_KEY
Currently, I cannot specify my public signing key from an environment variable, and I have to hard-code it in tauri.conf.json.
tauri.conf.json
I would like to set the public signing key via a TAURI_SIGNING_PUBLIC_KEY environment variable.
I have considered dynamically generating a custom tauri.conf.json during build, but that seems unnecessarily excessive.
No response
The text was updated successfully, but these errors were encountered:
(not against the feature request) What's the use case for this or rather why can't use the config for this?
There's btw a --config flag that accepts a merge config in the form of a string (or a path but that's what you don't like here)
Sorry, something went wrong.
No branches or pull requests
Describe the problem
Currently, I cannot specify my public signing key from an environment variable, and I have to hard-code it in
tauri.conf.json
.Describe the solution you'd like
I would like to set the public signing key via a
TAURI_SIGNING_PUBLIC_KEY
environment variable.Alternatives considered
I have considered dynamically generating a custom
tauri.conf.json
during build, but that seems unnecessarily excessive.Additional context
No response
The text was updated successfully, but these errors were encountered: