diff options
| author | Jonas Schnelli <[email protected]> | 2015-06-01 15:42:34 +0200 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2015-06-01 15:42:34 +0200 |
| commit | a2241eabfdbdadd2f96c0a538b9901257831b642 (patch) | |
| tree | 060002f56048939282ddde01c8b0055237c329dd /contrib/macdeploy/macdeployqtplus | |
| parent | Merge pull request #6183 (diff) | |
| download | discoin-a2241eabfdbdadd2f96c0a538b9901257831b642.tar.xz discoin-a2241eabfdbdadd2f96c0a538b9901257831b642.zip | |
[OSX] revert renaming of Bitcoin-Qt.app
Diffstat (limited to 'contrib/macdeploy/macdeployqtplus')
| -rwxr-xr-x | contrib/macdeploy/macdeployqtplus | 2 |
1 files changed, 1 insertions, 1 deletions
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 +" |