diff options
| author | Gavin Andresen <[email protected]> | 2013-01-21 13:53:15 -0800 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2013-01-21 13:53:15 -0800 |
| commit | 0d89669fe9f7cdbc791862a19c179a52b08cfa74 (patch) | |
| tree | 3d606462d302de97c16764f7a769566dade4420f /doc | |
| parent | Merge pull request #2190 from sipa/fixgenesis (diff) | |
| parent | Code-signing certificates (no private keys) from Apple and Comodo (diff) | |
| download | discoin-0d89669fe9f7cdbc791862a19c179a52b08cfa74.tar.xz discoin-0d89669fe9f7cdbc791862a19c179a52b08cfa74.zip | |
Merge pull request #2179 from gavinandresen/osx_codesign
Update mac packaging tool to create code-signed .app packages
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/release-process.txt | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/release-process.txt b/doc/release-process.txt index 02f0c47f4..708e32065 100644 --- a/doc/release-process.txt +++ b/doc/release-process.txt @@ -72,12 +72,7 @@ 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 @@ -88,6 +83,9 @@ 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 |