Commit e7ecc73
chore(updater): embed signing public key
Generated a minisign keypair for the in-app updater. Public key is
embedded here so the desktop app can verify update bundles. The matching
private key (no password) lives in two GitHub Actions secrets:
- TAURI_SIGNING_PRIVATE_KEY
- TAURI_SIGNING_PRIVATE_KEY_PASSWORD (empty)
With this in place, the next release tag will publish signed updater
artifacts alongside the installers, and existing users will see the
update inside Settings → About on next launch.
Co-Authored-By: Claude Opus 4 (1M context) <noreply@anthropic.com>1 parent e42c506 commit e7ecc73
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments