From c6b6412ae328098bf2df6bec57ce4f1f7c1d984a Mon Sep 17 00:00:00 2001 From: Mihai Moldovan Date: Wed, 17 Apr 2024 08:21:53 +0200 Subject: [PATCH] build.sh: add *.dtd files to archive (translations). --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 4d4f73b..68a2df0 100755 --- a/build.sh +++ b/build.sh @@ -4,4 +4,4 @@ filename='mailhops' 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