Skip to content

Commit

Permalink
[tooling] fixed bundle folder name for real
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-kialo committed Oct 15, 2024
1 parent 70534da commit 899c7b3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions development/bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@ cd development
./sync.sh

# Create a new ZIP file
rm mod_kialo.zip
rm -f mod_kialo.zip
rm -rf mod_kialo/vendor_extra
zip -qr mod_kialo.zip mod_kialo

# The folder in the zip file needs to be called just "kialo"
mv mod_kialo kialo
zip -qr mod_kialo.zip kialo
mv kialo mod_kialo

# restore full dependencies (including dev dependencies)
cd ..
Expand Down

0 comments on commit 899c7b3

Please sign in to comment.