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:
Roland Rabien 2026-04-29 13:43:18 -07:00
commit 8e068f7104
4 changed files with 21 additions and 6 deletions

1
.gitignore vendored
View file

@ -36,5 +36,6 @@ JuceLibraryCode
bin
Installer/macOS/bin
Installer/win/bin
Installer/_flat_presets
.DS_Store
.claude