1
0
mirror of https://github.com/MailHops/mailhops-plugin.git synced 2025-05-19 07:40:08 -07:00

build.sh: add *.dtd files to archive (translations).

This commit is contained in:
Mihai Moldovan 2024-04-17 08:21:53 +02:00
parent 538d4c873c
commit c6b6412ae3

View File

@ -4,4 +4,4 @@ filename='mailhops'
rm -f $filename.zip rm -f $filename.zip
zip -r $filename.zip ./ -i *.js *.xhtml *.html *.png *.svg *.gif *.css *.json _locales/*/messages.json zip -r $filename.zip ./ -i *.js *.xhtml *.html *.png *.svg *.gif *.css *.json *.dtd _locales/*/messages.json