diff options
| author | Jonas Schnelli <[email protected]> | 2015-05-07 10:12:27 +0200 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2015-05-19 11:03:49 +0200 |
| commit | 7cef321e65c87b2d1ea49e9b471f43b36eab6a16 (patch) | |
| tree | e22f6c6ef05baa7e853a3eac735a0e094cae7079 /contrib/macdeploy/detached-sig-create.sh | |
| parent | Merge pull request #6126 (diff) | |
| download | discoin-7cef321e65c87b2d1ea49e9b471f43b36eab6a16.tar.xz discoin-7cef321e65c87b2d1ea49e9b471f43b36eab6a16.zip | |
[Mac only] rename Bitcoin-Qt.app to "Bitcoin Core.app"
Diffstat (limited to 'contrib/macdeploy/detached-sig-create.sh')
| -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 aff4f08da..ba9932bcf 100755 --- a/contrib/macdeploy/detached-sig-create.sh +++ b/contrib/macdeploy/detached-sig-create.sh @@ -2,7 +2,7 @@ set -e ROOTDIR=dist -BUNDLE=${ROOTDIR}/Bitcoin-Qt.app +BUNDLE=${ROOTDIR}/Bitcoin-Core.app CODESIGN=codesign TEMPDIR=sign.temp TEMPLIST=${TEMPDIR}/signatures.txt |