Skip to content

Commit e7ecc73

Browse files
George Huclaude
authored andcommitted
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

File tree

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"updater": {
5252
"active": true,
5353
"dialog": false,
54-
"pubkey": "",
54+
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDgzQ0I0REFGMkQzNzRFOEUKUldTT1RqY3RyMDNMZzVKd1RZN0ZucTlhTCtLOS9GVDZ5eXErallMZjdXdzd2Sk5DRW8zSTRPUlIK",
5555
"endpoints": [
5656
"https://github.com/hujiulin/EchoWise/releases/latest/download/latest.json"
5757
]

0 commit comments

Comments
 (0)