summaryrefslogtreecommitdiff
path: root/update/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update/update.sh')
-rwxr-xr-xupdate/update.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/update/update.sh b/update/update.sh
index 4a01732..020b96d 100755
--- a/update/update.sh
+++ b/update/update.sh
@@ -23,8 +23,8 @@ git diff --name-status ${previous} HEAD | awk '/^(A|M)\t/ {print $2}; /^(R...)\t
cd $dir/files
if [ -f TMW2-${u1}.zip ]; then
- mv ../commit.txt ../commit_old.txt
- echo ${head} >../commit.txt
+ #mv ../commit.txt ../commit_old.txt
+ #echo ${head} >../commit.txt
sum=`adler32 TMW2-${u1}.zip | awk '{print $2}'`
echo "TMW2-${u1}.zip ${sum}" >>resources2.txt
echo " <update type=\"data\" file=\"TMW2-${u1}.zip\" hash=\"${sum}\" />" >> xml_header.txt