From 5fc282b84f24949aa3fd89e3f7b25d1c95321d1d Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 20 Mar 2022 00:55:11 +0000 Subject: [PATCH] Fix build with upstream Mog --- plugins/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/Makefile b/plugins/Makefile index ab9c9d6..8638aa9 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -994,6 +994,7 @@ PLUGIN_LIST = $(subst /plugin.json,,$(wildcard */plugin.json)) endif UNWANTED_FILES = HetrickCV/res/illustrator - deprecated/MyModule.svg +UNWANTED_FILES += $(wildcard Mog/res/*) UNWANTED_FILES += $(wildcard nonlinearcircuits/res/*) RESOURCE_FILES = \ @@ -1022,6 +1023,7 @@ RESOURCE_FILES += MindMeldModular/res/ShapeMaster/CommunityPresets RESOURCE_FILES += MindMeldModular/res/ShapeMaster/CommunityShapes RESOURCE_FILES += MindMeldModular/res/ShapeMaster/MindMeldPresets RESOURCE_FILES += MindMeldModular/res/ShapeMaster/MindMeldShapes +RESOURCE_FILES += Mog/res RESOURCE_FILES += nonlinearcircuits/res RESOURCE_FILES += ParableInstruments/res/Neil.png