373d28f08d
Deux workflows GitHub Actions : .github/workflows/ci.yml : - Sur chaque push main + PR - macos-14 (Apple Silicon) - Install libusb + openFrameworks 0.12.1 (cached) - Symlink oscope-of dans of/apps/myApps - make Release + verify binary .github/workflows/release.yml : - Sur tag v* + workflow_dispatch (bouton manuel) - macos-14 + libusb + create-dmg - Build oscope-of + launcher - Copie data/ dans Contents/Resources/data du .app - Crée AV-Live-vX.Y.Z.dmg avec icone Workbench - Fallback tar.gz si create-dmg fail - Upload artifact + crée GitHub Release sur tag - Notice Gatekeeper dans release notes (non signé)