Skip to content

Commit 99154bd

Browse files
committed
exclude preview images from zip
1 parent c393588 commit 99154bd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

create_plugin_zip.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ rm -f "$out_file"
2020
-x "$root_folder/bin*" \
2121
-x "$root_folder/*.sh" \
2222
-x "$root_folder/*.zip" \
23-
-x "$root_folder/*.md")
23+
-x "$root_folder/*.md" \
24+
-x "$root_folder/*.png")

0 commit comments

Comments
 (0)