We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0031618 commit f352cb0Copy full SHA for f352cb0
.erb/scripts/notarize.js
@@ -23,9 +23,11 @@ exports.default = async function notarizeMacos(context) {
23
const appName = context.packager.appInfo.productFilename;
24
25
await notarize({
26
+ tool: "notarytool",
27
appBundleId: build.appId,
28
appPath: `${appOutDir}/${appName}.app`,
29
appleId: process.env.APPLE_ID,
30
appleIdPassword: process.env.APPLE_APP_SPECIFIC_PASSWORD,
31
+ teamId: process.env.APPLE_TEAM_ID
32
});
33
};
0 commit comments