diff options
-rwxr-xr-x | client/make-updates | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/client/make-updates b/client/make-updates index 7f8fcfe..f536b3a 100755 --- a/client/make-updates +++ b/client/make-updates @@ -14,9 +14,9 @@ output=~/www/updates function apply_function() { - $1 misc *.* COPYING rules/ + $1 misc *.* COPYING rules/ graphics/gui/ $1 graphics-emotes graphics/emotes/ - $1 graphics-images graphics/images/ graphics/guiicons/ + $1 graphics-images graphics/images/ graphics/guiicons/ images/ icons/ graphics/flags/ $1 graphics-items graphics/items/ $1 graphics-minimaps graphics/minimaps/ $1 graphics-particles graphics/particles/ @@ -29,6 +29,9 @@ function apply_function() $1 npcs npcs/ $1 sfx sfx/ $1 tilesets tilesets/ + $1 translations translations/ + $1 themes themes/ + $1 help help/ } function add_resource() |