mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Flatten nested Presets/<category>/*.xml into a single dir
gin's loadDirectory() doesn't recurse, and the legacy BinaryData flow stored presets flat in the user dir. Installer/build.sh now stages a flat copy under Installer/_flat_presets/ which the Inno Setup script and macOS pkg both consume; CMakeLists installs the same flat set on Linux.
This commit is contained in:
parent
130e626ea6
commit
8e068f7104
4 changed files with 21 additions and 6 deletions
|
|
@ -71,5 +71,6 @@ Source: "bin\VST3\Wavetable.vst3\*"; DestDir: "{commoncf64}\VST3\Wavetable.vst3\
|
|||
Source: "bin\CLAP\Wavetable.clap"; DestDir: "{commoncf64}\CLAP"; Flags: ignoreversion overwritereadonly; Components: clap
|
||||
|
||||
; Factory content (Wavetables, Presets) → C:\ProgramData\SocaLabs\Wavetable\
|
||||
Source: "..\..\plugin\Resources\Presets\*.xml"; DestDir: "{commonappdata}\SocaLabs\Wavetable\Presets\"; Flags: ignoreversion; Components: resources
|
||||
; Presets are flattened by Installer/build.sh into Installer/_flat_presets/.
|
||||
Source: "..\_flat_presets\*.xml"; DestDir: "{commonappdata}\SocaLabs\Wavetable\Presets\"; Flags: ignoreversion; Components: resources
|
||||
Source: "..\..\plugin\Resources\WavetablesFLAC\*.wt2048"; DestDir: "{commonappdata}\SocaLabs\Wavetable\Wavetables\"; Flags: ignoreversion recursesubdirs createallsubdirs; Components: resources
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue