Skip to content

Commit 50e567f

Browse files
authored
chore: Optimize parameters required by @electron/notraize (#4337)
* chore: update @electron/notarize * chore: notarize * chore: team id * chore: change params
1 parent a4c3798 commit 50e567f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/desktop/scripts/notarize.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ exports.default = async function notarizing(context) {
2121
tool: 'notarytool',
2222
appPath,
2323
appleId: process.env.APPLEID,
24-
appBundleId: build.appId,
25-
teamId: 'BVJ3FU5H2K',
2624
appleIdPassword: process.env.APPLEIDPASS,
27-
ascProvider: process.env.ASC_PROVIDER,
25+
teamId: process.env.ASC_PROVIDER,
2826
});
2927
return result;
3028
};

0 commit comments

Comments
 (0)