summaryrefslogtreecommitdiff
path: root/update/createnew.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-12-23 23:23:42 +0300
committerAndrei Karas <akaras@inbox.ru>2012-12-23 23:23:42 +0300
commit8139bfd144422a914a4f1a05883b0cec0dbed05f (patch)
tree791a3f48dbc4d82510a18ced83b8418116ab83f9 /update/createnew.sh
parentb327accb4af07bdfbe65f6171633101aad44b857 (diff)
downloadtools-8139bfd144422a914a4f1a05883b0cec0dbed05f.tar.gz
tools-8139bfd144422a914a4f1a05883b0cec0dbed05f.tar.bz2
tools-8139bfd144422a914a4f1a05883b0cec0dbed05f.tar.xz
tools-8139bfd144422a914a4f1a05883b0cec0dbed05f.zip
update scripts for creating clientdata update files
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