Exclude gfx/art from the pkg.

This commit is contained in:
2023-08-24 23:58:12 +01:00
parent 4a51b342eb
commit b2716f6677

View File

@@ -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)