updater: point the GitHub fallback endpoint at this repo

The branded redirect stays primary; the baked fallback still named the old monorepo.
This commit is contained in:
Rohit C Prasad
2026-07-21 17:20:08 -07:00
committed by Rohit P
parent 99a0956556
commit 4241f4ac64
+1 -1
View File
@@ -47,7 +47,7 @@
"updater": {
"endpoints": [
"https://download.openworker.com/latest.json",
"https://github.com/andrewyng/aisuite/releases/latest/download/latest.json"
"https://github.com/andrewyng/openworker/releases/latest/download/latest.json"
],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDVCNzEzRjY5OTkzNUNBNjkKUldScHlqV1phVDl4VzBvTnFLLytzaDkzNVd3WWNuUm8yNE95WTBFNnBtcGF1RENxeTRuNVhQeloK"
}