aboutsummaryrefslogtreecommitdiff
path: root/contrib/macdeploy/detached-sig-create.sh
diff options
context:
space:
mode:
authorJonas Schnelli <jonas.schnelli@include7.ch>2015-06-01 15:42:34 +0200
committerJonas Schnelli <jonas.schnelli@include7.ch>2015-06-01 15:42:34 +0200
commita2241eabfdbdadd2f96c0a538b9901257831b642 (patch)
tree060002f56048939282ddde01c8b0055237c329dd /contrib/macdeploy/detached-sig-create.sh
parent87550eefc1131132e940efcaf296bb399eeb02df (diff)
downloadbitcoin-a2241eabfdbdadd2f96c0a538b9901257831b642.tar.xz
[OSX] revert renaming of Bitcoin-Qt.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 fd7314bd7e..18f8661cea 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 Core.app"
+BUNDLE="${ROOTDIR}/Bitcoin-Qt.app"
CODESIGN=codesign
TEMPDIR=sign.temp
TEMPLIST=${TEMPDIR}/signatures.txt