Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions client/make-updates
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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()
Expand Down