summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormekolat <mekolat@gmail.com>2015-02-01 18:33:05 -0500
committermekolat <mekolat@gmail.com>2015-02-01 18:33:05 -0500
commitbb47ad54f8a2d614a9064525cba3d48de54bb0a3 (patch)
treef7f6c7ed75cdd2b2f41733ac87a4d0097295dcc0
parent25b7f28166bcafcfae21bff3abd1ae87c51b60ca (diff)
downloadtools-github/fork/Helianthella/help.tar.gz
tools-github/fork/Helianthella/help.tar.bz2
tools-github/fork/Helianthella/help.tar.xz
tools-github/fork/Helianthella/help.zip
add missing folders to update scriptgithub/fork/Helianthella/help
-rwxr-xr-xclient/make-updates7
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()