diff options
Diffstat (limited to 'update/update.sh')
-rwxr-xr-x | update/update.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/update/update.sh b/update/update.sh index 3d30f8f..820954e 100755 --- a/update/update.sh +++ b/update/update.sh @@ -30,6 +30,7 @@ if [ -f TMW2-${u1}..${u2}.zip ]; then echo " <update type=\"data\" file=\"TMW2-${u1}..${u2}.zip\" hash=\"${sum}\" />" >> xml_header.txt cp xml_header.txt resources.xml cat xml_footer.txt >>resources.xml + cat xml_mods.txt >>resources.xml echo '</updates>' >>resources.xml cp TMW2-${u1}..${u2}.zip ../upload/ |