scripts: 4-build-looqs.sh: Copy license files to tarball

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

View File

@ -23,6 +23,7 @@ make
cp cli/looqs /out/bin/
cp gui/looqs-gui /out/bin/
cp LICENSE* /out/
for lib in $( find /usr/lib64/ -mindepth 1 | grep libQt | grep .so ) ; do
cp -a "$lib" /out/lib/