mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-30 19:02:16 +00:00
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:
co-authored by
Claude Opus 4.6
parent
3cd55ba20d
commit
5016269533
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user