diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-11-10 10:21:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-11-10 10:21:33 -0300 |
commit | 5ee5a4b0ffb5b5ad9026770ecc62d2b778b2bf35 (patch) | |
tree | 7fafb51a148db828eed3b793b480cfa92bcc1e01 | |
parent | 118a63d2ac9092f17e0061678e71ad4229cc7e3b (diff) | |
download | tools-5ee5a4b0ffb5b5ad9026770ecc62d2b778b2bf35.tar.gz tools-5ee5a4b0ffb5b5ad9026770ecc62d2b778b2bf35.tar.bz2 tools-5ee5a4b0ffb5b5ad9026770ecc62d2b778b2bf35.tar.xz tools-5ee5a4b0ffb5b5ad9026770ecc62d2b778b2bf35.zip |
(Fix an artifact, nothing to see here)
-rwxr-xr-x | update/create_music.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update/create_music.sh b/update/create_music.sh index e534a58..91a9f5e 100755 --- a/update/create_music.sh +++ b/update/create_music.sh @@ -21,7 +21,7 @@ git log --pretty=oneline -n 1 | awk '{print $1}' >../tools/update/musiccommit.tx cd $dir/files sum=`../adler32 1 music.zip` -echo " <update type=\"music\" required=\"no\" file=\"music.zip\" hash=\"${sum}\" description=\"Evol music\" />" >> xml_header.txt +echo " <update type=\"music\" required=\"no\" file=\"music.zip\" hash=\"${sum}\" description=\"TMW music\" />" >> xml_header.txt cp xml_header.txt resources.xml cat xml_footer.txt >>resources.xml |