From 4241f4ac64c808e9086cae5fb1d30f03e54b7e3c Mon Sep 17 00:00:00 2001 From: Rohit C Prasad Date: Tue, 21 Jul 2026 17:19:56 -0700 Subject: [PATCH] updater: point the GitHub fallback endpoint at this repo The branded redirect stays primary; the baked fallback still named the old monorepo. --- surfaces/gui/src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surfaces/gui/src-tauri/tauri.conf.json b/surfaces/gui/src-tauri/tauri.conf.json index a111f6e3..329e9bf0 100644 --- a/surfaces/gui/src-tauri/tauri.conf.json +++ b/surfaces/gui/src-tauri/tauri.conf.json @@ -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" }