aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2013-01-16 14:36:31 -0500
committerGavin Andresen <gavinandresen@gmail.com>2013-01-18 10:08:28 -0500
commitdb8ca3fc2eff4351064c72bd312017d7bab87ea9 (patch)
tree621a54921613d065d6ac4f5ad71ecf2ffc97805a /doc
parent33b377a01637d4e5cf436f45bd59dc0f1b755624 (diff)
downloadbitcoin-db8ca3fc2eff4351064c72bd312017d7bab87ea9.tar.xz
Code-signing certificates (no private keys) from Apple and Comodo
Diffstat (limited to 'doc')
-rw-r--r--doc/release-process.txt13
1 files changed, 5 insertions, 8 deletions
diff --git a/doc/release-process.txt b/doc/release-process.txt
index 94ba11b5cb..708e320659 100644
--- a/doc/release-process.txt
+++ b/doc/release-process.txt
@@ -72,23 +72,20 @@
rm -rf bitcoin-${VERSION}-win32
* perform Mac build
- See this blog post for how Gavin set up his build environment to build the OSX
- release; note that a patched version of macdeployqt is not needed anymore, as
- the required functionality and fixes are implemented directly in macdeployqtplus:
- http://gavintech.blogspot.com/2011/11/deploying-bitcoin-qt-on-osx.html
- Gavin also had trouble with the macports py27-appscript package; he
- ended up installing a version that worked with: /usr/bin/easy_install-2.7 appscript
+ OSX binaries are created by Gavin Andresen on a 32-bit, OSX 10.6 machine.
qmake RELEASE=1 USE_UPNP=1 USE_QRCODE=1 bitcoin-qt.pro
make
export QTDIR=/opt/local/share/qt4 # needed to find translations/qt_*.qm files
T=$(contrib/qt_translations.py $QTDIR/translations src/qt/locale)
- export CODESIGNARGS='--sign "Developer ID Application: BITCOIN FOUNDATION, INC., THE"'
- python2.7 contrib/macdeploy/macdeployqtplus Bitcoin-Qt.app -sign -add-qt-tr $T -dmg -fancy contrib/macdeploy/fancy.plist
+ python2.7 contrib/macdeploy/macdeployqtplus Bitcoin-Qt.app -add-qt-tr $T -dmg -fancy contrib/macdeploy/fancy.plist
Build output expected:
Bitcoin-Qt.dmg
+* Code-sign Windows -setup.exe (in a Windows virtual machine) and
+ OSX Bitcoin-Qt.app (Note: only Gavin has the code-signing keys currently)
+
* upload builds to SourceForge
* create SHA256SUMS for builds, and PGP-sign it