add missing files when building package

This commit is contained in:
MaysWind
2023-09-26 00:57:56 +08:00
parent 8fc73b866b
commit 432d3fd3c3
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -206,6 +206,7 @@ build_package() {
cp ezbookkeeping package/
cp -R dist package/public
cp -R conf package/conf
cp -R templates package/templates
cp LICENSE package/
cd package || { echo_red "Error: Build Failed"; exit 1; }