tauri-apps / tauri-apps/plugins-workspace

[updater] Config fields required even if set at runtime

Open
#2,438 2 comments 0 reactions 0 assignees View on GitHub
plugin: updater type: bug
Dominant language
Rust
Stars
1.8k
Forks
602
Avg merge
4d 14h
Merged PRs (30d)
9

Description

For [`updater`](https://tauri.app/plugin/updater/) it is possible to set all the required config fields at runtime: [endpoints](https://tauri.app/plugin/updater/#endpoints), [public key](https://tauri.app/plugin/updater/#public-key). However, it is still required that the `{ "plugins": { "updater": { "pubkey" } } }` field exists in the conf file.

You can get around this by setting the field to any value (e.g. `{ "plugins": { "updater": { "pubkey": "" } } }`), but it seems this should be unnecessary.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.