Skip to content

Commit f352cb0

Browse files
committed
now use notary tool instead
1 parent 0031618 commit f352cb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.erb/scripts/notarize.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ exports.default = async function notarizeMacos(context) {
2323
const appName = context.packager.appInfo.productFilename;
2424

2525
await notarize({
26+
tool: "notarytool",
2627
appBundleId: build.appId,
2728
appPath: `${appOutDir}/${appName}.app`,
2829
appleId: process.env.APPLE_ID,
2930
appleIdPassword: process.env.APPLE_APP_SPECIFIC_PASSWORD,
31+
teamId: process.env.APPLE_TEAM_ID
3032
});
3133
};

0 commit comments

Comments
 (0)