From b2716f667738794fa2e3c41c6fef0eb9cc812730 Mon Sep 17 00:00:00 2001 From: Vahagn Khachatryan Date: Thu, 24 Aug 2023 23:58:12 +0100 Subject: [PATCH] Exclude gfx/art from the pkg. --- src/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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)