Add CLAP plugin format to release artifacts, mention it in README
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
069465eced
commit
a381b3d160
6 changed files with 33 additions and 13 deletions
|
@ -9,8 +9,8 @@ else
|
|||
exit
|
||||
fi
|
||||
|
||||
rm -rf res jack native au lv2 vst2 vst3
|
||||
mkdir jack native au lv2 vst2 vst3
|
||||
rm -rf res jack native au lv2 vst2 vst3 clap
|
||||
mkdir jack native au lv2 vst2 vst3 clap
|
||||
|
||||
mv Cardinal.app jack/CardinalJACK.app
|
||||
mv CardinalNative.app native/CardinalNative.app
|
||||
|
@ -19,10 +19,12 @@ mv *.component au/
|
|||
mv *.lv2 lv2/
|
||||
mv *.vst vst2/
|
||||
mv *.vst3 vst3/
|
||||
mv *.clap clap/
|
||||
cp -RL lv2/Cardinal.lv2/resources res
|
||||
rm -rf lv2/*.lv2/resources
|
||||
rm -rf vst2/*.vst/Contents/Resources
|
||||
rm -rf vst3/*.vst3/Contents/Resources
|
||||
rm -rf clap/*.clap/Contents/Resources
|
||||
|
||||
pkgbuild \
|
||||
--identifier "studio.kx.distrho.cardinal.resources" \
|
||||
|
@ -66,6 +68,12 @@ pkgbuild \
|
|||
--root "${PWD}/vst3/" \
|
||||
../dpf-cardinal-vst3bundles.pkg
|
||||
|
||||
pkgbuild \
|
||||
--identifier "studio.kx.distrho.plugins.cardinal.clapbundles" \
|
||||
--install-location "/Library/Audio/Plug-Ins/CLAP/" \
|
||||
--root "${PWD}/clap/" \
|
||||
../dpf-cardinal-clapbundles.pkg
|
||||
|
||||
cd ..
|
||||
|
||||
sed -e "s|@builddir@|${PWD}/build|" \
|
||||
|
|
|
@ -27,6 +27,7 @@ Name: native; Description: "Standalone (Native)"; Types: custom;
|
|||
Name: lv2; Description: "LV2 plugin"; Types: normal;
|
||||
Name: vst2; Description: "VST2 plugin"; Types: normal;
|
||||
Name: vst3; Description: "VST3 plugin"; Types: normal;
|
||||
Name: clap; Description: "CLAP plugin"; Types: normal;
|
||||
|
||||
[Files]
|
||||
#include "resources.iss"
|
||||
|
@ -59,6 +60,8 @@ Source: "..\..\bin\Cardinal.vst\*.*"; DestDir: "{commoncf32}\VST2\Cardinal.vst";
|
|||
Source: "..\..\bin\Cardinal.vst3\Contents\x86-win\Cardinal.vst3"; DestDir: "{commoncf32}\VST3\Cardinal.vst3\Contents\x86-win"; Components: vst3; Flags: ignoreversion;
|
||||
Source: "..\..\bin\CardinalFX.vst3\Contents\x86-win\CardinalFX.vst3"; DestDir: "{commoncf32}\VST3\CardinalFX.vst3\Contents\x86-win"; Components: vst3; Flags: ignoreversion;
|
||||
Source: "..\..\bin\CardinalSynth.vst3\Contents\x86-win\CardinalSynth.vst3"; DestDir: "{commoncf32}\VST3\CardinalSynth.vst3\Contents\x86-win"; Components: vst3; Flags: ignoreversion;
|
||||
; clap
|
||||
Source: "..\..\bin\Cardinal.clap\*.*"; DestDir: "{commoncf32}\CLAP\Cardinal.clap"; Components: clap; Flags: ignoreversion;
|
||||
|
||||
[Icons]
|
||||
Name: "{commonprograms}\Cardinal (JACK)"; Filename: "{app}\Cardinal.exe"; IconFilename: "{app}\distrho.ico"; WorkingDir: "{app}"; Comment: "Virtual modular synthesizer plugin (JACK variant)"; Components: jack;
|
||||
|
|
|
@ -28,6 +28,7 @@ Name: native; Description: "Standalone (Native)"; Types: custom;
|
|||
Name: lv2; Description: "LV2 plugin"; Types: normal;
|
||||
Name: vst2; Description: "VST2 plugin"; Types: normal;
|
||||
Name: vst3; Description: "VST3 plugin"; Types: normal;
|
||||
Name: clap; Description: "CLAP plugin"; Types: normal;
|
||||
|
||||
[Files]
|
||||
#include "resources.iss"
|
||||
|
@ -60,6 +61,8 @@ Source: "..\..\bin\Cardinal.vst\*.*"; DestDir: "{commoncf64}\VST2\Cardinal.vst";
|
|||
Source: "..\..\bin\Cardinal.vst3\Contents\x86_64-win\Cardinal.vst3"; DestDir: "{commoncf64}\VST3\Cardinal.vst3\Contents\x86_64-win"; Components: vst3; Flags: ignoreversion;
|
||||
Source: "..\..\bin\CardinalFX.vst3\Contents\x86_64-win\CardinalFX.vst3"; DestDir: "{commoncf64}\VST3\CardinalFX.vst3\Contents\x86_64-win"; Components: vst3; Flags: ignoreversion;
|
||||
Source: "..\..\bin\CardinalSynth.vst3\Contents\x86_64-win\CardinalSynth.vst3"; DestDir: "{commoncf64}\VST3\CardinalSynth.vst3\Contents\x86_64-win"; Components: vst3; Flags: ignoreversion;
|
||||
; clap
|
||||
Source: "..\..\bin\Cardinal.clap\*.*"; DestDir: "{commoncf64}\CLAP\Cardinal.clap"; Components: clap; Flags: ignoreversion;
|
||||
|
||||
[Icons]
|
||||
Name: "{commonprograms}\Cardinal (JACK)"; Filename: "{app}\Cardinal.exe"; IconFilename: "{app}\distrho.ico"; WorkingDir: "{app}"; Comment: "Virtual modular synthesizer plugin (JACK variant)"; Components: jack;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue