diff --git a/build-helpers/notarize.js b/build-helpers/notarize.js index 479a8cebf0..90062eb8d9 100644 --- a/build-helpers/notarize.js +++ b/build-helpers/notarize.js @@ -15,7 +15,6 @@ exports.default = async function notarizing(context) { const { notarize } = require('@electron/notarize'); await notarize({ - tool: 'notarytool', appPath: `${appOutDir}/${appName}.app`, teamId: process.env.APPLE_TEAM_ID || '', appleId: process.env.APPLEID || '',