Skip to content

Commit

Permalink
👊 osx-sign
Browse files Browse the repository at this point in the history
  • Loading branch information
akameco committed Sep 4, 2016
1 parent 1527297 commit bc6ea1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pack.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ function pack(target) {
platform: 'darwin',
arch: 'x64',
icon: 'static/Icon.icns',
'app-bundle-id': 'io.github.akameco.pixivdeck'
'app-bundle-id': 'io.github.akameco.pixivdeck',
'osx-sign': true
},
windows: {
platform: 'win32',
Expand Down

0 comments on commit bc6ea1c

Please sign in to comment.