Skip to content

Commit e2f3f5f

Browse files
committed
VST2 install path; disable build workflow
1 parent c991e57 commit e2f3f5f

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

Changelist.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.0.30:
2+
- VST2 install path
3+
14
1.0.29:
25
- AGPL license
36

Installer/win/Wavetable.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ Name: "clap"; Description: "CLAP plug-in"; Types: full cu
5858
Name: "resources"; Description: "Factory wavetables and presets"; Types: full custom; Flags: fixed
5959

6060
[InstallDelete]
61-
Type: files; Name: "{commoncf64}\VST\Wavetable.dll"; Components: vst
61+
Type: files; Name: "{commoncf64}\VST2\Wavetable.dll"; Components: vst
6262
Type: filesandordirs; Name: "{commoncf64}\VST3\Wavetable.vst3"; Components: vst3
6363
Type: files; Name: "{commoncf64}\CLAP\Wavetable.clap"; Components: clap
6464
Type: filesandordirs; Name: "{commonappdata}\SocaLabs\Wavetable\Presets"; Components: resources
6565
Type: filesandordirs; Name: "{commonappdata}\SocaLabs\Wavetable\Wavetables"; Components: resources
6666

6767
[Files]
6868
; Plug-in formats
69-
Source: "bin\VST\Wavetable.dll"; DestDir: "{commoncf64}\VST"; Flags: ignoreversion overwritereadonly; Components: vst
69+
Source: "bin\VST\Wavetable.dll"; DestDir: "{commoncf64}\VST2"; Flags: ignoreversion overwritereadonly; Components: vst
7070
Source: "bin\VST3\Wavetable.vst3\*"; DestDir: "{commoncf64}\VST3\Wavetable.vst3\"; Flags: ignoreversion overwritereadonly recursesubdirs; Components: vst3
7171
Source: "bin\CLAP\Wavetable.clap"; DestDir: "{commoncf64}\CLAP"; Flags: ignoreversion overwritereadonly; Components: clap
7272

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.29
1+
1.0.30

0 commit comments

Comments
 (0)