diff options
Diffstat (limited to 'update/update.sh')
-rwxr-xr-x | update/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update/update.sh b/update/update.sh index c2a8c12..fe98506 100755 --- a/update/update.sh +++ b/update/update.sh @@ -18,7 +18,7 @@ head=`git log --pretty=oneline -n 1 | awk '{print $1}'` u1=`echo ${previous} | cut -c 1-7` u2=`echo ${head} | cut -c 1-7` git log --name-status ${previous}..${head} | awk '/^(A|M)\t/ {print $2}' | \ - grep -e "[.]\(xml\|png\|tmx\|ogg\|txt\|po\)" | sort | uniq | \ + grep -e "[.]\(xml\|png\|tmx\|ogg\|txt\|po\|tsx\)" | sort | uniq | \ xargs zip -9 -r ../../privtools/update/files/evol-${u1}..${u2}.zip cd $dir/files |