Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fullstackninja864 committed Nov 23, 2023
1 parent e917bda commit 28c5ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron-app/assets/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ exports.default = async function notarizeMacOS(context) {
await notarize({
appBundleId: build.appId,
appPath: `${appOutDir}/${appName}.app`,
appleId: process.env.APPLE_ID,
// appleId: process.env.APPLE_ID,
appleIdPassword: process.env.APPLE_ID_PASS,
});
};

0 comments on commit 28c5ef0

Please sign in to comment.