aboutsummaryrefslogtreecommitdiff
path: root/contrib/macdeploy
diff options
context:
space:
mode:
authorAlan Cramer <[email protected]>2019-06-22 08:53:56 +0930
committerRoss Nicoll <[email protected]>2019-07-12 21:31:54 +0000
commit0354bf7ef604c1303ee5180c9b9f766b114e7db8 (patch)
tree85784339ab783be4f13d70b41cb2d6f07510623c /contrib/macdeploy
parentUpdated Dogecoin references in Docs (diff)
downloaddiscoin-0354bf7ef604c1303ee5180c9b9f766b114e7db8.tar.xz
discoin-0354bf7ef604c1303ee5180c9b9f766b114e7db8.zip
Updating Dogecoin references in Contrib files
Updating some missed Bitcoin data to Dogecoin branding and values in Contrib folder
Diffstat (limited to 'contrib/macdeploy')
-rw-r--r--contrib/macdeploy/README.md2
-rwxr-xr-xcontrib/macdeploy/detached-sig-create.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/macdeploy/README.md b/contrib/macdeploy/README.md
index 6163734e6..019c3d02b 100644
--- a/contrib/macdeploy/README.md
+++ b/contrib/macdeploy/README.md
@@ -11,5 +11,5 @@ This script should not be run manually, instead, after building as usual:
During the process, the disk image window will pop up briefly where the fancy
settings are applied. This is normal, please do not interfere.
-When finished, it will produce `Bitcoin-Core.dmg`.
+When finished, it will produce `Dogecoin-Core.dmg`.
diff --git a/contrib/macdeploy/detached-sig-create.sh b/contrib/macdeploy/detached-sig-create.sh
index 5022ea88b..3672684cb 100755
--- a/contrib/macdeploy/detached-sig-create.sh
+++ b/contrib/macdeploy/detached-sig-create.sh
@@ -6,7 +6,7 @@
set -e
ROOTDIR=dist
-BUNDLE="${ROOTDIR}/Bitcoin-Qt.app"
+BUNDLE="${ROOTDIR}/Dogecoin-Qt.app"
CODESIGN=codesign
TEMPDIR=sign.temp
TEMPLIST=${TEMPDIR}/signatures.txt