mirror of
https://github.com/got-feedBack/feedBack-desktop.git
synced 2026-07-22 12:53:04 +00:00
The bundled-plugin list cloned got-feedback/rig_builder, a name two renames behind the current feedBack-plugin-rig-builder. That works only via GitHub's rename redirect, which silently breaks the moment any new repo takes the old name — a nightly would then bundle the wrong code without failing. Point at the canonical repo with an explicit :rig_builder dirname (capital B means the lowercase feedback-plugin- prefix strip doesn't apply), which keeps the bundled module name byte-identical. The other lowercase feedback-plugin-* entries are deliberately untouched: GitHub repo names are case-insensitively unique, so a case-only mismatch can never be shadowed or break, and canonicalizing them would force a case-insensitive rewrite of the prefix strip (risky on the macOS build host's bash 3.2) for zero functional gain. Claude-Session: https://claude.ai/code/session_01H1ZBEcZoJinde9ms5fAjwc Co-authored-by: ChrisBeWithYou <chris@rifflarr.local> Co-authored-by: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| dev | ||
| BUILD_SCRIPTS.md | ||
| build-audio.sh | ||
| build-common.sh | ||
| build-linux-docker.sh | ||
| build-linux-ubuntu.sh | ||
| build-macos.sh | ||
| build-release.sh | ||
| build-windows.sh | ||
| bundle-binaries.sh | ||
| bundle-python.sh | ||
| bundle-slopsmith.sh | ||
| bundle-soundfont.sh | ||
| bundle.sh | ||
| bundled-lib-skiplist.sh | ||
| fix-onnxruntime-install-names.sh | ||
| parse-build-config.py | ||
| setup-dev.sh | ||
| sign-macos-binaries.sh | ||
| VST_TRACE_README.md | ||