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