Rework how resource files are installed

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-02-01 15:34:21 +00:00
parent 47ac677388
commit 29122b180b
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
4 changed files with 25 additions and 21 deletions

View file

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