diff options
author | Wushin <pasekei@gmail.com> | 2015-01-07 22:18:09 -0600 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-01-07 22:18:09 -0600 |
commit | e25322ec21909cd57a66575fe6e6febead3f8f3a (patch) | |
tree | e094fae0de5ea9137b116cadeae4543cbc08ae18 | |
parent | 0eeec6594246134efc7932567c86f75079e98150 (diff) | |
parent | a43b5a57c7ff198bb6ccba82bdaf58846a134a39 (diff) | |
download | tools-e25322ec21909cd57a66575fe6e6febead3f8f3a.tar.gz tools-e25322ec21909cd57a66575fe6e6febead3f8f3a.tar.bz2 tools-e25322ec21909cd57a66575fe6e6febead3f8f3a.tar.xz tools-e25322ec21909cd57a66575fe6e6febead3f8f3a.zip |
Merge pull request #9 from mekolat/guiicons
add guiicons to make-updates
-rwxr-xr-x | client/make-updates | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/make-updates b/client/make-updates index 1579221..7f8fcfe 100755 --- a/client/make-updates +++ b/client/make-updates @@ -16,7 +16,7 @@ function apply_function() { $1 misc *.* COPYING rules/ $1 graphics-emotes graphics/emotes/ - $1 graphics-images graphics/images/ + $1 graphics-images graphics/images/ graphics/guiicons/ $1 graphics-items graphics/items/ $1 graphics-minimaps graphics/minimaps/ $1 graphics-particles graphics/particles/ |