diff options
| author | langerhans <[email protected]> | 2019-07-14 19:20:13 +0200 |
|---|---|---|
| committer | langerhans <[email protected]> | 2019-07-14 19:20:13 +0200 |
| commit | 6eab99b581d3c626b18297ba24f6601d39cfec1a (patch) | |
| tree | aab6af74a93b254fb6e14a44abfd7d6673570210 /contrib/macdeploy | |
| parent | Merge branch 'rnicoll-rnicoll/1591-rebase' into 1.14-maint (diff) | |
| parent | Updated to Dogecoin Key Values (diff) | |
| download | discoin-6eab99b581d3c626b18297ba24f6601d39cfec1a.tar.xz discoin-6eab99b581d3c626b18297ba24f6601d39cfec1a.zip | |
Merge branch 'rnicoll-rnicoll/1590-rebase' into 1.14-maint
Diffstat (limited to 'contrib/macdeploy')
| -rw-r--r-- | contrib/macdeploy/README.md | 2 | ||||
| -rwxr-xr-x | contrib/macdeploy/detached-sig-create.sh | 2 |
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 |