From bb47ad54f8a2d614a9064525cba3d48de54bb0a3 Mon Sep 17 00:00:00 2001 From: mekolat Date: Sun, 1 Feb 2015 18:33:05 -0500 Subject: add missing folders to update script --- client/make-updates | 7 +++++-- 1 file 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() -- cgit v1.2.3-60-g2f50