Skip to content

Commit

Permalink
Add sign script
Browse files Browse the repository at this point in the history
  • Loading branch information
guggero committed Apr 21, 2019
1 parent 0d1487a commit 33d328b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"browserify": "browserify -o libs/js/bitcoin.js browserify.js --standalone bitcoin",
"templates": "grunt ngtemplates",
"maketargz": "tar --exclude=release --exclude=.idea --exclude=node_modules -czvf release/cryptography-toolkit.offline.tar.gz *",
"release": "rm -rf release && mkdir release && yarn maketargz && cd release && sha256sum -b * > cryptography-toolkit.offline.sum"
"release": "rm -rf release && mkdir release && yarn maketargz && cd release && sha256sum -b * > cryptography-toolkit.offline.sum",
"sign": "gpg --clearsign release/cryptography-toolkit.offline.sum"
}
}

0 comments on commit 33d328b

Please sign in to comment.