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 <noreply@anthropic.com>
This commit is contained in:
Jiang Bohan 2026-02-26 14:39:38 +08:00
parent 61bbf8fa6b
commit aa3ebeb1c8
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
provider: github
owner: multica-ai
repo: multica
repo: super-multica

View file

@ -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