diff options
author | Jonas Schnelli <jonas.schnelli@include7.ch> | 2013-04-15 16:15:11 +0200 |
---|---|---|
committer | Jonas Schnelli <jonas.schnelli@include7.ch> | 2013-04-15 16:15:11 +0200 |
commit | f95279ba79be1c46fe14468269ae53cdb3ac9c24 (patch) | |
tree | 32a36d77c60e4d9fc41bfae760e74bf4a6639bd0 /doc | |
parent | a3e7577a8199d95f0035570195f68a1acb2fa86e (diff) |
fixes #2506: mac binary with proper version and copyright meta-informations (Info.plist)
Due a bug in QT (https://bugreports.qt-project.org/browse/QTBUG-21267), the mac binary of the last release contains bulk meta informations.
The url-handler (bitcoin://) is also not working in current release
Should be fixed with this commit.
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-process.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/release-process.txt b/doc/release-process.txt index 29271ad224..ce6614335e 100644 --- a/doc/release-process.txt +++ b/doc/release-process.txt @@ -80,6 +80,7 @@ make export QTDIR=/opt/local/share/qt4 # needed to find translations/qt_*.qm files T=$(contrib/qt_translations.py $QTDIR/translations src/qt/locale) + python2.7 share/qt/clean_mac_info_plist.py python2.7 contrib/macdeploy/macdeployqtplus Bitcoin-Qt.app -add-qt-tr $T -dmg -fancy contrib/macdeploy/fancy.plist Build output expected: |