mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
VST2 install path; disable build workflow
This commit is contained in:
parent
c991e57693
commit
e2f3f5fc0f
4 changed files with 6 additions and 3 deletions
|
|
@ -58,7 +58,7 @@ Name: "clap"; Description: "CLAP plug-in"; Types: full cu
|
|||
Name: "resources"; Description: "Factory wavetables and presets"; Types: full custom; Flags: fixed
|
||||
|
||||
[InstallDelete]
|
||||
Type: files; Name: "{commoncf64}\VST\Wavetable.dll"; Components: vst
|
||||
Type: files; Name: "{commoncf64}\VST2\Wavetable.dll"; Components: vst
|
||||
Type: filesandordirs; Name: "{commoncf64}\VST3\Wavetable.vst3"; Components: vst3
|
||||
Type: files; Name: "{commoncf64}\CLAP\Wavetable.clap"; Components: clap
|
||||
Type: filesandordirs; Name: "{commonappdata}\SocaLabs\Wavetable\Presets"; Components: resources
|
||||
|
|
@ -66,7 +66,7 @@ Type: filesandordirs; Name: "{commonappdata}\SocaLabs\Wavetable\Wavetables";
|
|||
|
||||
[Files]
|
||||
; Plug-in formats
|
||||
Source: "bin\VST\Wavetable.dll"; DestDir: "{commoncf64}\VST"; Flags: ignoreversion overwritereadonly; Components: vst
|
||||
Source: "bin\VST\Wavetable.dll"; DestDir: "{commoncf64}\VST2"; Flags: ignoreversion overwritereadonly; Components: vst
|
||||
Source: "bin\VST3\Wavetable.vst3\*"; DestDir: "{commoncf64}\VST3\Wavetable.vst3\"; Flags: ignoreversion overwritereadonly recursesubdirs; Components: vst3
|
||||
Source: "bin\CLAP\Wavetable.clap"; DestDir: "{commoncf64}\CLAP"; Flags: ignoreversion overwritereadonly; Components: clap
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue