From e2f3f5fc0f7d22da445d7822c1db9ce8c2c90405 Mon Sep 17 00:00:00 2001 From: Roland Rabien Date: Thu, 30 Apr 2026 15:42:51 -0700 Subject: [PATCH] VST2 install path; disable build workflow --- .github/workflows/{build.yaml => build.yaml.disabled} | 0 Changelist.txt | 3 +++ Installer/win/Wavetable.iss | 4 ++-- VERSION | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) rename .github/workflows/{build.yaml => build.yaml.disabled} (100%) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml.disabled similarity index 100% rename from .github/workflows/build.yaml rename to .github/workflows/build.yaml.disabled diff --git a/Changelist.txt b/Changelist.txt index e0c06f2..dbbe90d 100644 --- a/Changelist.txt +++ b/Changelist.txt @@ -1,3 +1,6 @@ +1.0.30: +- VST2 install path + 1.0.29: - AGPL license diff --git a/Installer/win/Wavetable.iss b/Installer/win/Wavetable.iss index eaf49e4..97d2621 100644 --- a/Installer/win/Wavetable.iss +++ b/Installer/win/Wavetable.iss @@ -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 diff --git a/VERSION b/VERSION index fa7e3ca..a7a8343 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.29 \ No newline at end of file +1.0.30 \ No newline at end of file