build: add license file to archives

This commit is contained in:
bastimeyer
2021-08-26 08:31:30 +02:00
committed by BtbN
parent 3716c203b3
commit 353ee9e29c
7 changed files with 9 additions and 0 deletions

View File

@ -14,6 +14,8 @@ if ! [[ -f "variants/${TARGET}-${VARIANT}.sh" ]]; then
exit -1
fi
LICENSE_FILE="COPYING.LGPLv2.1"
ADDINS=()
ADDINS_STR=""
while [[ "$#" -gt 0 ]]; do