Add CLAP plugin format to release artifacts, mention it in README

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-09-07 22:52:41 +01:00
parent 069465eced
commit a381b3d160
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
6 changed files with 33 additions and 13 deletions

View file

@ -27,6 +27,9 @@
<choice id="studio.kx.distrho.cardinal-vst3" title="VST3" description="Install VST3 plugins" visible="true">
<pkg-ref id="studio.kx.distrho.cardinal-vst3bundles" version="0">dpf-cardinal-vst3bundles.pkg</pkg-ref>
</choice>
<choice id="studio.kx.distrho.cardinal-clap" title="CLAP" description="Install CLAP plugins" visible="true">
<pkg-ref id="studio.kx.distrho.cardinal-clapbundles" version="0">dpf-cardinal-clapbundles.pkg</pkg-ref>
</choice>
<choices-outline>
<line choice="studio.kx.distrho.cardinal-res"/>
<line choice="studio.kx.distrho.cardinal-jack"/>
@ -35,5 +38,6 @@
<line choice="studio.kx.distrho.cardinal-lv2"/>
<line choice="studio.kx.distrho.cardinal-vst2"/>
<line choice="studio.kx.distrho.cardinal-vst3"/>
<line choice="studio.kx.distrho.cardinal-clap"/>
</choices-outline>
</installer-gui-script>