Copy LICENSE to all archives

This commit is contained in:
Howard Chu 2019-11-04 05:05:38 +00:00
parent ff94771b47
commit 5b78c27c50
No known key found for this signature in database
GPG key ID: FD2A70B44AB11BA7
4 changed files with 13 additions and 3 deletions

View file

@ -134,6 +134,7 @@ script: |
mkdir build && cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=${BASEPREFIX}/${i}/share/toolchain.cmake
make ${MAKEOPTS}
cp ../LICENSE bin
DISTNAME=monero-${i}-${version}
mv bin ${DISTNAME}
find ${DISTNAME}/ | sort | zip -X@ ${OUTDIR}/${DISTNAME}.zip