Filter out VCV logo from Core files at runtime

This commit is contained in:
falkTX 2021-11-04 23:58:43 +00:00
parent 802768a77e
commit 383f02ee2b
3 changed files with 108 additions and 1 deletions

View file

@ -170,7 +170,7 @@ all: jack lv2 vst2 vst3 resources
ifeq ($(NAME),Cardinal)
CORE_RESOURCES = $(subst ../Rack/res/,,$(wildcard ../Rack/res/*)) template.vcv
CORE_RESOURCES = $(filter-out icon.png,$(subst ../Rack/res/,,$(wildcard ../Rack/res/*))) template.vcv
PLUGIN_RESOURCES += $(CORE_RESOURCES:%=$(TARGET_DIR)/Cardinal.lv2/resources/%)
ifeq ($(MACOS),true)