diff options
Diffstat (limited to 'update/createnew.sh')
-rwxr-xr-x | update/createnew.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update/createnew.sh b/update/createnew.sh index 49710cb..8f242ec 100755 --- a/update/createnew.sh +++ b/update/createnew.sh @@ -18,7 +18,7 @@ find -iregex ".+[.]\(xml\|png\|tmx\|ogg\|txt\|po\|tsx\)" -printf "%P\n" | zip -X git log --pretty=oneline -n 1 | awk '{print $1}' >../tools/update/commit.txt cd $dir/files -sum=`adler32 1 TMW2.zip` +sum=`adler32 TMW2.zip` echo "TMW2.zip ${sum}" >resources2.txt echo '<?xml version="1.0"?> |