diff options
| author | Alan Cramer <[email protected]> | 2019-06-22 08:53:56 +0930 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2019-07-12 21:31:54 +0000 |
| commit | 0354bf7ef604c1303ee5180c9b9f766b114e7db8 (patch) | |
| tree | 85784339ab783be4f13d70b41cb2d6f07510623c /contrib/macdeploy/detached-sig-create.sh | |
| parent | Updated Dogecoin references in Docs (diff) | |
| download | discoin-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/detached-sig-create.sh')
| -rwxr-xr-x | contrib/macdeploy/detached-sig-create.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |