Skip to content

Commit

Permalink
Merge pull request #280 from mcfedr/update-osx-sign
Browse files Browse the repository at this point in the history
Update electron-osx-sign
  • Loading branch information
malept committed Mar 8, 2016
2 parents 65a5cdb + 1476430 commit 9bf1f1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mac.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ module.exports = {
'entitlements-inherit': opts['sign-entitlements-inherit']
}, function (err) {
if (err) {
console.warn('Code sign failed; please retry manually.')
console.warn('Code sign failed; please retry manually.', err)
// Though not signed successfully, the application is packed.
// It might have to be signed for another time manually.
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"asar": "^0.8.2",
"electron-download": "^1.0.0",
"electron-osx-sign": "^0.1.6",
"electron-osx-sign": "^0.3.0",
"extract-zip": "^1.0.3",
"fs-extra": "^0.26.5",
"get-package-info": "0.0.2",
Expand Down

0 comments on commit 9bf1f1b

Please sign in to comment.