Configure updater signing key and fix endpoint URL

- Set updater pubkey from generated signing keypair
- Fix endpoint URL to use HazyResearch/OpenJarvis (not jonsf)
- TAURI_SIGNING_PRIVATE_KEY configured as GitHub Secret

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jon Saad-Falcon
2026-02-28 00:28:27 +00:00
co-authored by Claude Opus 4.6
parent 3cd55ba20d
commit 5016269533
+2 -2
View File
@@ -60,9 +60,9 @@
},
"plugins": {
"updater": {
"pubkey": "REPLACE_WITH_OUTPUT_OF_CARGO_TAURI_SIGNER_GENERATE",
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDU4QUJENTA4RkQ4NzQyMEQKUldRTlFvZjlDTldyV0pqU1Vsd3Z0Vzk0cFZGK3VBVDBLRk1xcFJxbkJoVzdYd2VoRkRGK0QxSTgK",
"endpoints": [
"https://github.com/jonsf/OpenJarvis/releases/download/desktop-latest/latest.json"
"https://github.com/HazyResearch/OpenJarvis/releases/download/desktop-latest/latest.json"
]
},
"notification": {