From cf85d6d185dd3dcdcbc84e2d040fd67cf01d77a6 Mon Sep 17 00:00:00 2001 From: Philip Peterson Date: Fri, 29 Nov 2024 00:43:52 -0900 Subject: [PATCH] More updates --- app/menus/menus/help.ts | 4 ++-- app/updater.ts | 2 +- lib/components/notifications.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/menus/menus/help.ts b/app/menus/menus/help.ts index 3c9214c1..59f0a6d8 100644 --- a/app/menus/menus/help.ts +++ b/app/menus/menus/help.ts @@ -61,11 +61,11 @@ ${JSON.stringify(getPlugins(), null, 2)} \`\`\` `; - const issueURL = `https://github.com/vercel/hyper/issues/new?body=${encodeURIComponent(body)}`; + const issueURL = `https://github.com/quine-global/hyper/issues/new?body=${encodeURIComponent(body)}`; const copyAndSend = () => { clipboard.writeText(body); void shell.openExternal( - `https://github.com/vercel/hyper/issues/new?body=${encodeURIComponent( + `https://github.com/quine-global/hyper/issues/new?body=${encodeURIComponent( '\n' )}` diff --git a/app/updater.ts b/app/updater.ts index f32b27bb..62741738 100644 --- a/app/updater.ts +++ b/app/updater.ts @@ -94,7 +94,7 @@ const updater = (win: BrowserWindow) => { const {rpc} = win; const onupdate = (ev: Event, releaseNotes: string, releaseName: string, date: Date, updateUrl: string) => { - const releaseUrl = updateUrl || `https://github.com/vercel/hyper/releases/tag/${releaseName}`; + const releaseUrl = updateUrl || `https://github.com/quine-global/hyper/releases/tag/${releaseName}`; rpc.emit('update available', {releaseNotes, releaseName, releaseUrl, canInstall: !isLinux}); }; diff --git a/lib/components/notifications.tsx b/lib/components/notifications.tsx index 79e6ede3..8100ff53 100644 --- a/lib/components/notifications.tsx +++ b/lib/components/notifications.tsx @@ -78,7 +78,7 @@ const Notifications = forwardRef((props, ref void window.require('electron').shell.openExternal(ev.currentTarget.href); ev.preventDefault(); }} - href={`https://github.com/vercel/hyper/releases/tag/${props.updateVersion}`} + href={`https://github.com/quine-global/hyper/releases/tag/${props.updateVersion}`} > notes