summaryrefslogtreecommitdiff
path: root/update/createnew.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update/createnew.sh')
-rwxr-xr-xupdate/createnew.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update/createnew.sh b/update/createnew.sh
index 6cd182c..6dac279 100755
--- a/update/createnew.sh
+++ b/update/createnew.sh
@@ -13,7 +13,7 @@ mkdir upload
rm files/evol.zip
cd ../../gittorious/clientdata-beta
-find -iregex ".+[.]\(xml\|png\|tmx\|ogg\|txt\)" -printf "%P\n" | zip -@ ../../privtools/update/files/evol.zip
+find -iregex ".+[.]\(xml\|png\|tmx\|ogg\|txt\|po\|tsx\)" -printf "%P\n" | zip -@ ../../privtools/update/files/evol.zip
git log --pretty=oneline -n 1 | awk '{print $1}' >../../privtools/update/commit.txt
cd $dir/files