From aa3ebeb1c8b819ab7ab15aaf2b860982ca98ee01 Mon Sep 17 00:00:00 2001 From: Jiang Bohan Date: Thu, 26 Feb 2026 14:39:38 +0800 Subject: [PATCH] fix(desktop): point auto-update to correct repository dev-app-update.yml and update-notification.tsx were still referencing the old multica-ai/multica repo. Updated both to multica-ai/super-multica. Co-Authored-By: Claude Opus 4.6 --- apps/desktop/dev-app-update.yml | 2 +- .../desktop/src/renderer/src/components/update-notification.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/desktop/dev-app-update.yml b/apps/desktop/dev-app-update.yml index 95ca79f9..5cfb72a2 100644 --- a/apps/desktop/dev-app-update.yml +++ b/apps/desktop/dev-app-update.yml @@ -1,3 +1,3 @@ provider: github owner: multica-ai -repo: multica +repo: super-multica diff --git a/apps/desktop/src/renderer/src/components/update-notification.tsx b/apps/desktop/src/renderer/src/components/update-notification.tsx index c48b10a4..878f9882 100644 --- a/apps/desktop/src/renderer/src/components/update-notification.tsx +++ b/apps/desktop/src/renderer/src/components/update-notification.tsx @@ -125,7 +125,7 @@ export function UpdateNotification(): React.JSX.Element | null { size="sm" variant="outline" onClick={() => - window.open('https://github.com/multica-ai/multica/releases', '_blank') + window.open('https://github.com/multica-ai/super-multica/releases', '_blank') } > View Releases