diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2010-02-27 20:07:16 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2010-02-28 17:06:52 +0100 |
commit | db0e0cd1f043dd1fb7c6298db6158a78c41373df (patch) | |
tree | 89ec932dedbd5b49cf6d7fb6198d780f19dca21e /update-creator.sh | |
parent | 3c1b12b86d02fb9ec0e9cf86b3afe60893119eba (diff) | |
download | mana-db0e0cd1f043dd1fb7c6298db6158a78c41373df.tar.gz mana-db0e0cd1f043dd1fb7c6298db6158a78c41373df.tar.bz2 mana-db0e0cd1f043dd1fb7c6298db6158a78c41373df.tar.xz mana-db0e0cd1f043dd1fb7c6298db6158a78c41373df.zip |
Take the URL to the server list from the branding file
This way, a Mana based game can have multiple servers associated with it
(for example with different languages), listed under the same branding.
Reviewed-by: Jared Adams
Diffstat (limited to 'update-creator.sh')
-rwxr-xr-x | update-creator.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/update-creator.sh b/update-creator.sh index e0c5463f..edda5613 100755 --- a/update-creator.sh +++ b/update-creator.sh @@ -4,4 +4,5 @@ find -name \*.cpp \ -o -name \*.am \ -o -name \*.txt \ -o -name \*.xml \ + -o -name \*.mana \ | sort > mana.files |