diff --git a/src/Makefile b/src/Makefile index 8fac546..a6dbd23 100644 --- a/src/Makefile +++ b/src/Makefile @@ -15,10 +15,16 @@ # address of your Roku box. (e.g. export ROKU_DEV_TARGET=192.168.1.1. # Set in your this variable in your shell startup (e.g. .bashrc) ########################################################################## -APPNAME = BanvorFlower +APPNAME = Banvor VERSION = 1.0 -ZIP_EXCLUDE= -x \*.pkg -x storeassets\* -x keys\* -x \*/.\* -x */*.xcf +ZIP_EXCLUDE= -x \*.pkg \ + -x storeassets\* \ + -x keys\* \ + -x gfx/art/\* \ + -x gfx/Makefile \ + -x \*/.\* \ + -x */*.xcf APPS_ROOT_DIR := $(shell git rev-parse --show-toplevel)