Skip to content

Commit 95dfa48

Browse files
committed
switch to notarytool
1 parent 28ba5ca commit 95dfa48

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/electron/.erb/scripts/notarize.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ exports.default = async function notarizeMacos(context) {
2727
appBundleId: 'dev.flowser.app',
2828
appPath: `${appOutDir}/${appName}.app`,
2929
teamId: 'A425JF6L5H',
30+
tool: 'notarytool',
3031
appleId: process.env.APPLE_ID,
3132
appleIdPassword: process.env.APPLE_APP_SPECIFIC_PASSWORD,
3233
});

0 commit comments

Comments
 (0)