Skip to content

Commit

Permalink
fix: try without appBundleId
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarkhanzadian committed May 13, 2024
1 parent d0ca8ae commit a0b37bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/notarize.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const { notarize } = require('electron-notarize');
const { appId } = require('../electron-builder.js');

exports.default = async function notarizing(context) {
const { electronPlatformName, appOutDir } = context;
Expand All @@ -11,7 +10,6 @@ exports.default = async function notarizing(context) {

return await notarize({
tool: 'notarytool',
appBundleId: `${String(appId)}`,
appPath: `${String(appOutDir)}/${String(appName)}.app`,
appleId: process.env.APPLE_ID,
appleIdPassword: process.env.APPLE_ID_PASS,
Expand Down

0 comments on commit a0b37bc

Please sign in to comment.