scripts: 5-bundle.sh: Copy README to tarball

This commit is contained in:
Albert S. 2022-06-29 22:58:47 +02:00
parent 1a92cb5963
commit 7397ab13bd
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ rm -rf $DIRNAME*
cp -a out ${DIRNAME}
cp src/looqs-gui ${DIRNAME}
cp src/looqs ${DIRNAME}
cp src/README ${DIRNAME}
chmod 755 src/looqs-gui
chmod 755 src/looqs