diff options
| author | Cory Fields <[email protected]> | 2017-01-10 15:22:34 -0500 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2017-01-10 18:58:09 -0500 |
| commit | f642753887c690b2454e3f501cf43afd8f5b2b65 (patch) | |
| tree | b16dce688f447faff8acab85b0ae8b95254038f2 /contrib/macdeploy | |
| parent | release: add win detached sig creator and our cert chain (diff) | |
| download | discoin-f642753887c690b2454e3f501cf43afd8f5b2b65.tar.xz discoin-f642753887c690b2454e3f501cf43afd8f5b2b65.zip | |
release: create a bundle for the new signing script
Also change the mac filename to match
The procedure remains the same, but now there's a nifty script to automate
the signing process.
Future steps:
- Build osslsigncode in the gitian-win descriptor so that the signer itself is
deterministic.
- Verify in the gitian-win-signer descriptor that the expected cert chain was
used.
Diffstat (limited to 'contrib/macdeploy')
| -rwxr-xr-x | contrib/macdeploy/detached-sig-create.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/macdeploy/detached-sig-create.sh b/contrib/macdeploy/detached-sig-create.sh index 5022ea88b..7f017bb4f 100755 --- a/contrib/macdeploy/detached-sig-create.sh +++ b/contrib/macdeploy/detached-sig-create.sh @@ -10,7 +10,7 @@ BUNDLE="${ROOTDIR}/Bitcoin-Qt.app" CODESIGN=codesign TEMPDIR=sign.temp TEMPLIST=${TEMPDIR}/signatures.txt -OUT=signature.tar.gz +OUT=signature-osx.tar.gz OUTROOT=osx if [ ! -n "$1" ]; then |