Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit 451b4b8

Browse files
committed
Improved Makefile
1 parent 0f35613 commit 451b4b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ package:
1212
# sed -n -i.bak '1h;1!H;$${;g;s/<script>.*<\/script>/ /p;}' package_dist/index.html
1313
rm package_dist/index.html.bak
1414
rm package_dist/img/screenshot*
15-
find package_dist | grep DS_Store | xargs rm -rf
15+
find package_dist | grep "DS_Store\|LICENSE\|README" | xargs rm -rf
1616
cd package_dist && zip -r ../webogram_v$(version).zip .
1717

1818
publish:

0 commit comments

Comments
 (0)