diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-07-18 13:06:32 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-07-18 13:06:32 -0700 |
commit | d8f85017074530278ea87fe76dce023406147539 (patch) | |
tree | 5fc0ada1276841873337391bc93c6491280f1c57 | |
parent | 9884b936ebf22a143206f0bb86260345fdc4faef (diff) | |
download | tools-d8f85017074530278ea87fe76dce023406147539.tar.gz tools-d8f85017074530278ea87fe76dce023406147539.tar.bz2 tools-d8f85017074530278ea87fe76dce023406147539.tar.xz tools-d8f85017074530278ea87fe76dce023406147539.zip |
Give updates non-colliding names
-rwxr-xr-x | client/make-updates | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/client/make-updates b/client/make-updates index 29cec85..1579221 100755 --- a/client/make-updates +++ b/client/make-updates @@ -14,21 +14,21 @@ output=~/www/updates function apply_function() { - $1 misc *.* COPYING rules/ - $1 emotes graphics/emotes/ - $1 images graphics/images/ - $1 items graphics/items/ - $1 minimaps graphics/minimaps/ - $1 particles graphics/particles/ - $1 skills graphics/skills/ - $1 sprites graphics/sprites/ - $1 tiles graphics/tiles/ - $1 items items/ - $1 maps maps/ - $1 mob monsters/ - $1 npc npcs/ - $1 sfx sfx/ - $1 tsx tilesets/ + $1 misc *.* COPYING rules/ + $1 graphics-emotes graphics/emotes/ + $1 graphics-images graphics/images/ + $1 graphics-items graphics/items/ + $1 graphics-minimaps graphics/minimaps/ + $1 graphics-particles graphics/particles/ + $1 graphics-skills graphics/skills/ + $1 graphics-sprites graphics/sprites/ + $1 graphics-tiles graphics/tiles/ + $1 items items/ + $1 maps maps/ + $1 monsters monsters/ + $1 npcs npcs/ + $1 sfx sfx/ + $1 tilesets tilesets/ } function add_resource() |