diff options
author | Howard Chu <hyc@symas.com> | 2021-10-14 15:30:43 +0100 |
---|---|---|
committer | Howard Chu <hyc@symas.com> | 2021-10-14 15:30:43 +0100 |
commit | 69c09ad20400e72ee15d2ad8e18ff8fd15a25fa4 (patch) | |
tree | 16a709453012521d39184e173002f90226df24db /contrib/gitian/gitian-win.yml | |
parent | README v12 fork occurred on 2019-11-30 as expected (diff) | |
download | monero-69c09ad20400e72ee15d2ad8e18ff8fd15a25fa4.tar.xz |
Add README to release archives
Also add docs/ANONYMITY_NETWORKS.md
Even though there is no "docs" dir in the archive...
Diffstat (limited to 'contrib/gitian/gitian-win.yml')
-rw-r--r-- | contrib/gitian/gitian-win.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gitian/gitian-win.yml b/contrib/gitian/gitian-win.yml index ee7920b6c..7d5a249c8 100644 --- a/contrib/gitian/gitian-win.yml +++ b/contrib/gitian/gitian-win.yml @@ -127,7 +127,7 @@ script: | mkdir build && cd build cmake .. -DCMAKE_TOOLCHAIN_FILE=${BASEPREFIX}/${i}/share/toolchain.cmake make ${MAKEOPTS} - cp ../LICENSE bin + cp ../LICENSE ../README.md ../docs/ANONYMITY_NETWORKS.md bin DISTNAME=monero-${i}-${version} mv bin ${DISTNAME} find ${DISTNAME}/ | sort | zip -X@ ${OUTDIR}/${DISTNAME}.zip |