Commit graph

10 commits

Author SHA1 Message Date
Roland Rabien
e2f3f5fc0f VST2 install path; disable build workflow 2026-04-30 15:42:51 -07:00
Roland Rabien
130e626ea6 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.
2026-04-29 13:23:23 -07:00
Roland Rabien
52a14c1c0d Add 30 minute timeout to GitHub Actions workflows 2026-01-08 19:07:25 -08:00
Roland Rabien
1a088ce7dc Fix matrix 2025-02-14 09:00:44 -08:00
Roland Rabien
047f425054 Upgrade to v4 actions 2025-02-14 08:48:46 -08:00
Roland Rabien
6dda9e6661 Try ubuntu latest 2024-06-28 10:08:29 -07:00
Roland Rabien
d10942f4bb Use Ubuntu 20.04 2023-10-03 18:59:57 -07:00
Roland Rabien
5df021df9c Queue builds 2023-08-31 12:43:21 -07:00
Roland Rabien
ce619c0084 Upload less artifacts 2023-08-31 12:06:02 -07:00
Roland Rabien
ba4956ae28 Use one build file 2023-08-31 11:23:54 -07:00
Renamed from .github/workflows/build_macos.yaml (Browse further)