Skip to content
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

[feat] Add TAURI_SIGNING_PUBLIC_KEY environment variable #12012

Open
davidmyersdev opened this issue Dec 20, 2024 · 1 comment
Open

[feat] Add TAURI_SIGNING_PUBLIC_KEY environment variable #12012

davidmyersdev opened this issue Dec 20, 2024 · 1 comment

Comments

@davidmyersdev
Copy link

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

@FabianLars
Copy link
Member

FabianLars commented Dec 20, 2024

(not against the feature request) What's the use case for this or rather why can't use the config for this?

I have considered dynamically generating a custom tauri.conf.json during build, but that seems unnecessarily excessive.

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants