Update VST3 Category

This commit is contained in:
2023-05-05 11:16:56 +02:00
parent c543f8f497
commit 2ab449d56a

View File

@@ -54,6 +54,7 @@ juce_add_plugin(SimpleDrum
PLUGIN_CODE cRwP # A unique four-character plugin id with exactly one upper-case character
# GarageBand 10.3 requires the first letter to be upper-case, and the remaining letters to be lower-case
FORMATS VST3 # The formats to build. Other valid formats are: AAX Unity VST AU AUv3
VST3_CATEGORIES Instrument Drum
PRODUCT_NAME "SimpleDrum") # The name of the final executable, which can differ from the target name
# `juce_generate_juce_header` will create a JuceHeader.h for a given target, which will be generated