diff options
| author | Jonas Schnelli <[email protected]> | 2015-06-01 15:42:34 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-06-03 15:10:00 +0200 |
| commit | 4d435d1c9a8b92503fddc38c444511b9bb2a4bf7 (patch) | |
| tree | 8c8b664d22c4051b4323f6f6449d300a3395dd91 /contrib/macdeploy | |
| parent | Remove P2SH coinbase flag, no longer interesting (diff) | |
| download | archived-discoin-4d435d1c9a8b92503fddc38c444511b9bb2a4bf7.tar.xz archived-discoin-4d435d1c9a8b92503fddc38c444511b9bb2a4bf7.zip | |
[OSX] revert renaming of Bitcoin-Qt.app
Github-Pull: #6214
Rebased-From: a2241eabfdbdadd2f96c0a538b9901257831b642
Diffstat (limited to 'contrib/macdeploy')
| -rwxr-xr-x | contrib/macdeploy/detached-sig-create.sh | 2 | ||||
| -rw-r--r-- | contrib/macdeploy/fancy.plist | 2 | ||||
| -rwxr-xr-x | contrib/macdeploy/macdeployqtplus | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/macdeploy/detached-sig-create.sh b/contrib/macdeploy/detached-sig-create.sh index fd7314bd7..18f8661ce 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 diff --git a/contrib/macdeploy/fancy.plist b/contrib/macdeploy/fancy.plist index a333f5dcc..ef277a7f1 100644 --- a/contrib/macdeploy/fancy.plist +++ b/contrib/macdeploy/fancy.plist @@ -22,7 +22,7 @@ <integer>370</integer> <integer>156</integer> </array> - <key>Bitcoin Core.app</key> + <key>Bitcoin-Qt.app</key> <array> <integer>128</integer> <integer>156</integer> diff --git a/contrib/macdeploy/macdeployqtplus b/contrib/macdeploy/macdeployqtplus index a625987ca..3ac44d024 100755 --- a/contrib/macdeploy/macdeployqtplus +++ b/contrib/macdeploy/macdeployqtplus @@ -596,7 +596,7 @@ if os.path.exists("dist"): # ------------------------------------------------ -target = os.path.join("dist", "Bitcoin Core.app") +target = os.path.join("dist", "Bitcoin-Qt.app") if verbose >= 2: print "+ Copying source bundle +" |