aboutsummaryrefslogtreecommitdiff
path: root/contrib/macdeploy/detached-sig-create.sh
diff options
context:
space:
mode:
authorJonas Schnelli <jonas.schnelli@include7.ch>2015-05-07 10:12:27 +0200
committerJonas Schnelli <jonas.schnelli@include7.ch>2015-05-19 11:03:49 +0200
commit7cef321e65c87b2d1ea49e9b471f43b36eab6a16 (patch)
treee22f6c6ef05baa7e853a3eac735a0e094cae7079 /contrib/macdeploy/detached-sig-create.sh
parent26e08a16a6fb64b535d10f5d459183092deefa50 (diff)
downloadbitcoin-7cef321e65c87b2d1ea49e9b471f43b36eab6a16.tar.xz
[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 aff4f08da8..ba9932bcf1 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