Skip to content

Commit

Permalink
Do not create directory entries in gutenberg.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Sep 11, 2024
1 parent ea877be commit 73f277b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/build-plugin-zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ mv gutenberg.tmp.php gutenberg.php

# Generate the plugin zip file.
status "Creating archive... 🎁"
zip -r gutenberg.zip \
zip -rD \
gutenberg.zip \
gutenberg.php \
lib \
packages/block-serialization-default-parser/*.php \
Expand Down

0 comments on commit 73f277b

Please sign in to comment.