Skip to content

Commit 7b90a3e

Browse files
committed
Update notarize.js
1 parent 5140910 commit 7b90a3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/notarize.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ exports.default = async function notarizing(context) {
1717
appBundleId: 'org.jupyter.jupyterlab-desktop',
1818
appPath: `${appOutDir}/${appName}.app`,
1919
appleId: process.env.APPLEID,
20-
appleIdPassword: process.env.APPLEIDPASS
20+
appleIdPassword: process.env.APPLEIDPASS,
21+
tool: "notarytool"
2122
});
2223
};

0 commit comments

Comments
 (0)