mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
More replace zeit/vercel with quine (#88)
* More replace vercel with quine * More updates
This commit is contained in:
parent
721414a21c
commit
57c5008237
8 changed files with 9 additions and 9 deletions
|
|
@ -61,11 +61,11 @@ ${JSON.stringify(getPlugins(), null, 2)}
|
||||||
\`\`\`
|
\`\`\`
|
||||||
</details>`;
|
</details>`;
|
||||||
|
|
||||||
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 = () => {
|
const copyAndSend = () => {
|
||||||
clipboard.writeText(body);
|
clipboard.writeText(body);
|
||||||
void shell.openExternal(
|
void shell.openExternal(
|
||||||
`https://github.com/vercel/hyper/issues/new?body=${encodeURIComponent(
|
`https://github.com/quine-global/hyper/issues/new?body=${encodeURIComponent(
|
||||||
'<!-- We have written the needed data into your clipboard because it was too large to send. ' +
|
'<!-- We have written the needed data into your clipboard because it was too large to send. ' +
|
||||||
'Please paste. -->\n'
|
'Please paste. -->\n'
|
||||||
)}`
|
)}`
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
"name": "ZEIT, Inc.",
|
"name": "ZEIT, Inc.",
|
||||||
"email": "team@zeit.co"
|
"email": "team@zeit.co"
|
||||||
},
|
},
|
||||||
"repository": "zeit/hyper",
|
"repository": "quine-global/hyper",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "npx patch-package"
|
"postinstall": "npx patch-package"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -94,7 +94,7 @@ const updater = (win: BrowserWindow) => {
|
||||||
const {rpc} = win;
|
const {rpc} = win;
|
||||||
|
|
||||||
const onupdate = (ev: Event, releaseNotes: string, releaseName: string, date: Date, updateUrl: string) => {
|
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});
|
rpc.emit('update available', {releaseNotes, releaseName, releaseUrl, canInstall: !isLinux});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
2
bin/notarize.js
vendored
2
bin/notarize.js
vendored
|
|
@ -8,7 +8,7 @@ exports.default = async function notarizing(context) {
|
||||||
|
|
||||||
const appName = context.packager.appInfo.productFilename;
|
const appName = context.packager.appInfo.productFilename;
|
||||||
return await notarize({
|
return await notarize({
|
||||||
appBundleId: "co.zeit.hyper",
|
appBundleId: "com.quinefoundation.hyper",
|
||||||
appPath: `${appOutDir}/${appName}.app`,
|
appPath: `${appOutDir}/${appName}.app`,
|
||||||
appleId: process.env.APPLE_ID,
|
appleId: process.env.APPLE_ID,
|
||||||
appleIdPassword: process.env.APPLE_PASSWORD
|
appleIdPassword: process.env.APPLE_PASSWORD
|
||||||
|
|
|
||||||
|
|
@ -234,7 +234,7 @@ const main = (argv: string[]) => {
|
||||||
options['stdio'] = 'ignore';
|
options['stdio'] = 'ignore';
|
||||||
if (process.platform === 'darwin') {
|
if (process.platform === 'darwin') {
|
||||||
//Use `open` to prevent multiple Hyper process
|
//Use `open` to prevent multiple Hyper process
|
||||||
const cmd = `open -b co.zeit.hyper ${args_}`;
|
const cmd = `open -b com.quinefoundation.hyper ${args_}`;
|
||||||
const opts = {
|
const opts = {
|
||||||
env
|
env
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"$schema": "http://json.schemastore.org/electron-builder",
|
"$schema": "http://json.schemastore.org/electron-builder",
|
||||||
"appId": "co.zeit.hyper",
|
"appId": "com.quinefoundation.hyper",
|
||||||
"afterSign": "./bin/notarize.js",
|
"afterSign": "./bin/notarize.js",
|
||||||
"afterPack": "./bin/cp-snapshot.js",
|
"afterPack": "./bin/cp-snapshot.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
|
|
||||||
|
|
@ -78,7 +78,7 @@ const Notifications = forwardRef<HTMLDivElement, NotificationsProps>((props, ref
|
||||||
void window.require('electron').shell.openExternal(ev.currentTarget.href);
|
void window.require('electron').shell.openExternal(ev.currentTarget.href);
|
||||||
ev.preventDefault();
|
ev.preventDefault();
|
||||||
}}
|
}}
|
||||||
href={`https://github.com/vercel/hyper/releases/tag/${props.updateVersion}`}
|
href={`https://github.com/quine-global/hyper/releases/tag/${props.updateVersion}`}
|
||||||
>
|
>
|
||||||
notes
|
notes
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "hyper",
|
"name": "hyper",
|
||||||
"version": "4.0.0q-canary.6",
|
"version": "4.0.0q-canary.6",
|
||||||
"repository": "zeit/hyper",
|
"repository": "quine-global/hyper",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "echo 'please run `yarn run dev` in one tab and then `yarn run app` in another one'",
|
"start": "echo 'please run `yarn run dev` in one tab and then `yarn run app` in another one'",
|
||||||
"app": "cross-env ELECTRONMON_LOGLEVEL=error electronmon target",
|
"app": "cross-env ELECTRONMON_LOGLEVEL=error electronmon target",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue