Skip to content

Commit 8c35c33

Browse files
authored
Update notarize.js
Apple deprecated the legacy notarisation tool in favour of `notarytool`
1 parent 1d87f82 commit 8c35c33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_resources/notarize.js

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ exports.default = async function notarizing(context) {
3535
console.log(`>>> Notarizing ${appBundleId} at ${appOutDir}/${appName}.app...`);
3636

3737
return await notarize({
38+
tool: 'notarytool',
3839
appBundleId,
3940
appPath: `${appOutDir}/${appName}.app`,
4041
appleId: process.env.AC_USERNAME,

0 commit comments

Comments
 (0)