From 85d74e6ec11e712768f4660f9f8ef153a1da769f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 7 Apr 2019 17:35:54 -0300 Subject: Bugfix --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 03b7889..4e28b55 100644 --- a/Makefile +++ b/Makefile @@ -64,8 +64,10 @@ client: @cd client ; ./dailylogin.py @cd client ; mv weapons.tmp ../../client-data/weapons.xml @cd client ; mv daily.tmp ../../client-data/graphics/images/daily.xml - @cd client ; ./minimap-render.py all - @echo "XML files updated, please commit result on client-data." + @cd client ; ./minimap-render.py all + @cd client ; ./minimap-dyecmd.py ; ./minimap-dyecmd.sh + cp client/minimap-override/* ../client-data/graphics/minimaps/ + @echo "XML files and minimaps updated, please commit result on client-data." .PHONY: full full: -- cgit v1.2.3-70-g09d2