mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 14:00:47 +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
|
|
@ -1,3 +1,6 @@
|
||||||
|
1.0.30:
|
||||||
|
- VST2 install path
|
||||||
|
|
||||||
1.0.29:
|
1.0.29:
|
||||||
- AGPL license
|
- AGPL license
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
Name: "resources"; Description: "Factory wavetables and presets"; Types: full custom; Flags: fixed
|
||||||
|
|
||||||
[InstallDelete]
|
[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: filesandordirs; Name: "{commoncf64}\VST3\Wavetable.vst3"; Components: vst3
|
||||||
Type: files; Name: "{commoncf64}\CLAP\Wavetable.clap"; Components: clap
|
Type: files; Name: "{commoncf64}\CLAP\Wavetable.clap"; Components: clap
|
||||||
Type: filesandordirs; Name: "{commonappdata}\SocaLabs\Wavetable\Presets"; Components: resources
|
Type: filesandordirs; Name: "{commonappdata}\SocaLabs\Wavetable\Presets"; Components: resources
|
||||||
|
|
@ -66,7 +66,7 @@ Type: filesandordirs; Name: "{commonappdata}\SocaLabs\Wavetable\Wavetables";
|
||||||
|
|
||||||
[Files]
|
[Files]
|
||||||
; Plug-in formats
|
; 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\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
|
Source: "bin\CLAP\Wavetable.clap"; DestDir: "{commoncf64}\CLAP"; Flags: ignoreversion overwritereadonly; Components: clap
|
||||||
|
|
||||||
|
|
|
||||||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
1.0.29
|
1.0.30
|
||||||
Loading…
Add table
Add a link
Reference in a new issue