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 eae31d9 commit aad25b4Copy full SHA for aad25b4
scripts/release.js
@@ -60,6 +60,7 @@ if (process.platform === 'darwin') {
60
}
61
62
const APPLE_TEAM_ID = 'CMXCBCFHDG'
63
+process.env.APPLE_TEAM_ID = APPLE_TEAM_ID
64
65
if (TEST_BUILD || gitTag) {
66
prepareDistDir()
@@ -80,9 +81,6 @@ if (TEST_BUILD || gitTag) {
80
81
gatekeeperAssess: false,
82
entitlements: path.join(__dirname, 'entitlements.mac.plist'),
83
entitlementsInherit: path.join(__dirname, 'entitlements.mac.plist'),
- notarize: {
84
- teamId: APPLE_TEAM_ID,
85
- },
86
},
87
win: {
88
publisherName: 'Ultimate Gadget Laboratories Kft.',
0 commit comments