add license file to package and docker image

This commit is contained in:
MaysWind
2021-06-09 01:13:13 +08:00
parent 7f689b1a24
commit 929e480f0a
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -161,6 +161,7 @@ build_package() {
cp ezbookkeeping package/
cp -R dist package/public
cp -R conf package/conf
cp LICENSE package/
cd package || { echo_red "Error: Build Failed"; exit 1; }
tar cvzf "../$package_file_name" .