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:
parent
61bbf8fa6b
commit
aa3ebeb1c8
2 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
provider: github
|
||||
owner: multica-ai
|
||||
repo: multica
|
||||
repo: super-multica
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue