Fix LV2 build: add required LV2URI

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hariel1985
2026-03-23 12:08:10 +01:00
szülő 27d78fea27
commit a598008ca7

Fájl megtekintése

@@ -14,6 +14,7 @@ juce_add_plugin(InstaDrums
PLUGIN_MANUFACTURER_CODE Inst PLUGIN_MANUFACTURER_CODE Inst
PLUGIN_CODE Idrm PLUGIN_CODE Idrm
FORMATS VST3 AU LV2 Standalone FORMATS VST3 AU LV2 Standalone
LV2URI "https://github.com/hariel1985/InstaDrums"
PRODUCT_NAME "InstaDrums" PRODUCT_NAME "InstaDrums"
COPY_PLUGIN_AFTER_BUILD FALSE COPY_PLUGIN_AFTER_BUILD FALSE
) )