aboutsummaryrefslogtreecommitdiff
path: root/contrib/macdeploy/detached-sig-create.sh
diff options
context:
space:
mode:
authorJonas Schnelli <[email protected]>2015-05-07 10:12:27 +0200
committerJonas Schnelli <[email protected]>2015-05-19 11:03:49 +0200
commit7cef321e65c87b2d1ea49e9b471f43b36eab6a16 (patch)
treee22f6c6ef05baa7e853a3eac735a0e094cae7079 /contrib/macdeploy/detached-sig-create.sh
parentMerge pull request #6126 (diff)
downloaddiscoin-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-xcontrib/macdeploy/detached-sig-create.sh2
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