Skip to content

Commit

Permalink
Enable notarization
Browse files Browse the repository at this point in the history
  • Loading branch information
tkleinke committed Apr 16, 2020
1 parent d69d370 commit b965788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const {notarize} = require('electron-notarize');

exports.default = async function performNotarization(context) {

return; // comment out to enable notarization
//return; // comment out to enable notarization

const { electronPlatformName, appOutDir } = context;
if (electronPlatformName !== 'darwin') return;
Expand Down

0 comments on commit b965788

Please sign in to comment.