mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Switch to .pkg/.exe/.deb installers with Azure Trusted Signing
Replaces the zip-based ci/build.sh flow with installer outputs (Inno Setup on Windows, productbuild on macOS, cpack DEB on Linux) signed via Microsoft Trusted Signing on Windows and Apple Developer ID on macOS. Plugin code: factory wavetables and presets now ship as files via the installer rather than embedded BinaryData. PluginProcessor implements getProgramDirectory/getFactoryProgramDirectories so gin scans factory content from systemResourceRoot. First-run migration copies any presets from the legacy com.socalabs/Wavetable/programs path into the new user dir under Library/Audio/Presets/SocaLabs/Wavetable. Bumps gin submodule to match Identity for getFactoryProgramDirectories support.
This commit is contained in:
parent
7a62457617
commit
130e626ea6
21 changed files with 879 additions and 262 deletions
17
Installer/macOS/welcome.txt
Normal file
17
Installer/macOS/welcome.txt
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
Wavetable by SocaLabs
|
||||
=====================
|
||||
|
||||
This installer places the Wavetable plug-in in your system audio plug-in
|
||||
folders along with the factory wavetable bank and factory presets.
|
||||
|
||||
Components:
|
||||
• VST /Library/Audio/Plug-Ins/VST
|
||||
• VST3 /Library/Audio/Plug-Ins/VST3
|
||||
• Audio Unit /Library/Audio/Plug-Ins/Components
|
||||
• CLAP /Library/Audio/Plug-Ins/CLAP
|
||||
• Factory content /Library/Audio/Presets/SocaLabs/Wavetable
|
||||
|
||||
User-saved presets live under
|
||||
~/Library/Audio/Presets/SocaLabs/Wavetable
|
||||
|
||||
and are not touched by this installer.
|
||||
Loading…
Add table
Add a link
Reference in a new issue