More replace vercel with quine

This commit is contained in:
Philip Peterson 2024-11-29 00:37:02 -09:00
parent 721414a21c
commit cc554a4b39
No known key found for this signature in database
GPG key ID: 354311183FC6519B
5 changed files with 5 additions and 5 deletions

View file

@ -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"
}, },

2
bin/notarize.js vendored
View file

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

View file

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

View file

@ -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": {

View file

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