Skip to content

Commit

Permalink
refactor make pack
Browse files Browse the repository at this point in the history
  • Loading branch information
UlricQin committed Jan 26, 2022
1 parent c042e39 commit 19c90d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ build:

pack: build
rm -rf $(APP)-$(RELEASE_VERSION).tar.gz
tar -zcvf $(APP)-$(RELEASE_VERSION).tar.gz docker etc $(SERVER_BIN) pub
tar -zcvf $(APP)-$(RELEASE_VERSION).tar.gz docker etc $(SERVER_BIN) pub/font pub/index.html pub/assets pub/image

0 comments on commit 19c90d3

Please sign in to comment.