summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-11-10 10:21:33 -0300
committerJesusaves <cpntb1@ymail.com>2020-11-10 10:21:33 -0300
commit5ee5a4b0ffb5b5ad9026770ecc62d2b778b2bf35 (patch)
tree7fafb51a148db828eed3b793b480cfa92bcc1e01
parent118a63d2ac9092f17e0061678e71ad4229cc7e3b (diff)
downloadevol-tools-5ee5a4b0ffb5b5ad9026770ecc62d2b778b2bf35.tar.gz
evol-tools-5ee5a4b0ffb5b5ad9026770ecc62d2b778b2bf35.tar.bz2
evol-tools-5ee5a4b0ffb5b5ad9026770ecc62d2b778b2bf35.tar.xz
evol-tools-5ee5a4b0ffb5b5ad9026770ecc62d2b778b2bf35.zip
(Fix an artifact, nothing to see here)
-rwxr-xr-xupdate/create_music.sh2
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