Skip to content

Commit

Permalink
update: Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
zou8944 committed Apr 2, 2023
1 parent 9290d01 commit f78f987
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
PACKAGE_NAME = $(shell basename `pwd`)

package:
rm -f $(PACKAGE_NAME).zip
# 将当前目录下 content、icons、app.js、manifest.json 打包成zip
zip -r $(PACKAGE_NAME).zip content icons app.js manifest.json
zip -r $(PACKAGE_NAME).zip content background popup icons app.js manifest.json

0 comments on commit f78f987

Please sign in to comment.