Skip to content

Commit

Permalink
add storage directory in built package
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed Aug 10, 2024
1 parent 157eb14 commit d3762e6
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 @@ -228,6 +228,7 @@ goto :pre_parse_args
rmdir package /s /q
mkdir package
mkdir package\data
mkdir package\storage
mkdir package\log
xcopy ezbookkeeping.exe package\
xcopy dist package\public /e /i
Expand Down
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ build_package() {
rm -rf package
mkdir package
mkdir package/data
mkdir package/storage
mkdir package/log
cp ezbookkeeping package/
cp -R dist package/public
Expand Down

0 comments on commit d3762e6

Please sign in to comment.