diff options
Diffstat (limited to 'update')
-rw-r--r-- | update/commit.txt | 2 | ||||
-rw-r--r-- | update/commit_old.txt | 1 | ||||
-rwxr-xr-x | update/create_music.sh | 2 | ||||
-rwxr-xr-x | update/createnew.sh | 2 | ||||
-rw-r--r-- | update/musiccommit.txt | 2 |
5 files changed, 4 insertions, 5 deletions
diff --git a/update/commit.txt b/update/commit.txt index 0aaffa1..4a362c0 100644 --- a/update/commit.txt +++ b/update/commit.txt @@ -1 +1 @@ -12635dbdb9886c3a3e9c4a3e518f50df3e03b442 +6adf4a1ae781a22c768732bbcd140e56d0383da9 diff --git a/update/commit_old.txt b/update/commit_old.txt deleted file mode 100644 index 98b6b40..0000000 --- a/update/commit_old.txt +++ /dev/null @@ -1 +0,0 @@ -1cf6ff982c76e5ab116d8ed953ef8ff5005d1dde diff --git a/update/create_music.sh b/update/create_music.sh index 63e969e..1e00263 100755 --- a/update/create_music.sh +++ b/update/create_music.sh @@ -18,7 +18,7 @@ find -iregex ".+[.]\(ogg\)" -printf "%P\n" | zip -X -@ ../tools/update/files/mus git log --pretty=oneline -n 1 | awk '{print $1}' >../tools/update/musiccommit.txt cd $dir/files -sum=`../adler32 1 music.zip` +sum=`adler32 music.zip` echo " <update type=\"music\" required=\"no\" file=\"music.zip\" hash=\"${sum}\" description=\"Evol music\" />" >> xml_header.txt 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"?> diff --git a/update/musiccommit.txt b/update/musiccommit.txt index ab9413c..e5352e1 100644 --- a/update/musiccommit.txt +++ b/update/musiccommit.txt @@ -1 +1 @@ -e3c5cae3396a14e8f1136077dc51045ae50f6b24 +663e049146ec1c2637338f7834cee445ab653ebb |