Skip to content

Commit

Permalink
feat: osslsigncode for macOS Sierra
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Jun 19, 2017
1 parent 2bcc3f2 commit de6da1b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"scripts": {
"appx": "node scripts/appx.js",
"appx-checksum": "openssl dgst -sha512 -binary out/winCodeSign-1.8.0.7z | base64"
"winCodeSign-checksum": "openssl dgst -sha512 -binary out/winCodeSign-1.9.0.7z | base64"
},
"dependencies": {
"bluebird-lst": "^1.0.2",
Expand Down
Binary file added winCodeSign/darwin/10.12/osslsigncode
Binary file not shown.
2 changes: 2 additions & 0 deletions winCodeSign/darwin/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Not 1.7.1 but latest [master](https://github.com/develar/osslsigncode) is used because of
* [Speed up checksum calculation](https://sourceforge.net/p/osslsigncode/patches/9/).
2 changes: 1 addition & 1 deletion winCodeSign/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.0
1.9.0

0 comments on commit de6da1b

Please sign in to comment.