Exclude gfx/art from the pkg.
This commit is contained in:
10
src/Makefile
10
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user