Skip to content

Commit

Permalink
chore: bump to 4.0.3 node (#1276)
Browse files Browse the repository at this point in the history
* chore: bump to 4.0.3 node

* chore: uncomment notarize.js
  • Loading branch information
fullstackninja864 authored Nov 23, 2023
1 parent e842682 commit ba0f869
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions electron-app/assets/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ exports.default = async function notarizeMacOS(context) {
return;
}

// const appName = context.packager.appInfo.productFilename;
const appName = context.packager.appInfo.productFilename;

// await notarize({
// appBundleId: build.appId,
// appPath: `${appOutDir}/${appName}.app`,
// appleId: process.env.APPLE_ID,
// appleIdPassword: process.env.APPLE_ID_PASS,
// });
await notarize({
appBundleId: build.appId,
appPath: `${appOutDir}/${appName}.app`,
appleId: process.env.APPLE_ID,
appleIdPassword: process.env.APPLE_ID_PASS,
});
};

0 comments on commit ba0f869

Please sign in to comment.