Skip to content

Commit

Permalink
Update signing certificate (#1682)
Browse files Browse the repository at this point in the history
Props to @loremattei for creating these changes
  • Loading branch information
dmsnell authored Oct 31, 2019
1 parent da7eac7 commit f8189cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion after_sign_hook.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ module.exports = async function(params) {
if (process.platform !== 'darwin') {
return;
}
console.log('afterSign hook triggered', params);

if (!process.env.CIRCLE_TAG || process.env.CIRCLE_TAG.length === 0) {
console.log('Not on a tag. Skipping notarization');
Expand Down
Binary file modified resources/certificates/mac.p12.enc
Binary file not shown.

0 comments on commit f8189cf

Please sign in to comment.