[tweak] use quine global branding

This commit is contained in:
Philip Peterson 2025-04-27 01:04:36 -07:00
parent d660fbdd0e
commit 601c7aa250
No known key found for this signature in database
GPG key ID: 354311183FC6519B
4 changed files with 13 additions and 4 deletions

View file

@ -56,7 +56,16 @@ export const createMenu = (
void dialog.showMessageBox({
title: `About ${appName}`,
message: `${appName} ${appVersion} (${updateChannel})`,
detail: `Renderers: ${renderers}\nPlugins: ${pluginList}\n\nCreated by Guillermo Rauch\nCopyright © 2022 Vercel, Inc.`,
detail: `
Renderers: ${renderers}
Plugins: ${pluginList}
Maintained by QUINE Global
Copyright © 2025
Created by Guillermo Rauch
Copyright © 2022 Vercel, Inc.
`.split('\n').map(z => z.trim()).join('\n'),
buttons: [],
icon: icon as any
});

2
bin/notarize.js vendored
View file

@ -8,7 +8,7 @@ exports.default = async function notarizing(context) {
const appName = context.packager.appInfo.productFilename;
return await notarize({
appBundleId: "com.quinefoundation.hyper",
appBundleId: "com.quineglobal.hyper",
appPath: `${appOutDir}/${appName}.app`,
appleId: process.env.APPLE_ID,
appleIdPassword: process.env.APPLE_PASSWORD

View file

@ -234,7 +234,7 @@ const main = (argv: string[]) => {
options['stdio'] = 'ignore';
if (process.platform === 'darwin') {
//Use `open` to prevent multiple Hyper process
const cmd = `open -b com.quinefoundation.hyper ${args_}`;
const cmd = `open -b com.quineglobal.hyper ${args_}`;
const opts = {
env
};

View file

@ -1,5 +1,5 @@
{
"appId": "com.quinefoundation.hyper",
"appId": "com.quineglobal.hyper",
"afterSign": "./bin/notarize.js",
"afterPack": "./bin/cp-snapshot.js",
"directories": {