Skip to content

Commit a51cb46

Browse files
committed
Fix previous commit
Signed-off-by: falkTX <[email protected]>
1 parent 66a165f commit a51cb46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1405,7 +1405,7 @@ JACK_RESOURCES += $(CURDIR)/surgext/build/surge-data/fx_presets
14051405
JACK_RESOURCES += $(CURDIR)/surgext/build/surge-data/wavetables
14061406
JACK_RESOURCES += $(CURDIR)/surgext/build/surge-data/windows.wt
14071407

1408-
RESOURCE_FILES += Cardinal/res/*.png
1408+
RESOURCE_FILES += $(wildcard Cardinal/res/*.png)
14091409
RESOURCE_FILES += Cardinal/res/Miku/Miku.png
14101410

14111411
MINIPLUGIN_LIST = Cardinal

0 commit comments

Comments
 (0)