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