diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-09-05 14:38:59 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-09-05 14:38:59 +0200 |
| commit | 51c2fa16bb7db29ee08f9ba8b751665837f535c1 (patch) | |
| tree | 45c3110785d275102d26e30b1592dd9fbc1f1c67 /doc/release-process.md | |
| parent | Add protobuf 2.5.0 download to gitian release process (diff) | |
| download | discoin-51c2fa16bb7db29ee08f9ba8b751665837f535c1.tar.xz discoin-51c2fa16bb7db29ee08f9ba8b751665837f535c1.zip | |
Qt 4.8.3 r2 in gitian and release process
Also needed to add `unzip` package for the added unzip command for
OpenSSL in the Qt build.
Diffstat (limited to 'doc/release-process.md')
| -rw-r--r-- | doc/release-process.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index 79f7227f0..57a3c9d91 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -49,7 +49,7 @@ Release Process ./bin/gbuild ../bitcoin/contrib/gitian-descriptors/boost-win32.yml mv build/out/boost-win32-1.50.0-gitian2.zip inputs/ ./bin/gbuild ../bitcoin/contrib/gitian-descriptors/qt-win32.yml - mv build/out/qt-win32-4.8.3-gitian-r1.zip inputs/ + mv build/out/qt-win32-4.8.3-gitian-r2.zip inputs/ ./bin/gbuild ../bitcoin/contrib/gitian-descriptors/deps-win32.yml mv build/out/bitcoin-deps-0.0.5.zip inputs/ ./bin/gbuild ../bitcoin/contrib/gitian-descriptors/protobuf-win32.yml |