Skip to content

Commit

Permalink
add missing files when building package
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed Sep 25, 2023
1 parent 8fc73b8 commit 432d3fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ goto :pre_parse_args
xcopy ezbookkeeping.exe package\
xcopy dist package\public /e /i
xcopy conf package\conf /e /i
xcopy templates package\templates /e /i
xcopy LICENSE package\

cd package
Expand Down
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit 432d3fd

Please sign in to comment.