feedBack-desktop/scripts
ChrisBeWithYou 1524e349cb
fix(build): bundle Rig Builder by its current repo name, not the pre-rename redirect (#59)
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>
2026-07-02 20:58:20 +02:00
..
dev Clean release snapshot 2026-06-16 18:48:12 +02:00
BUILD_SCRIPTS.md Clean release snapshot 2026-06-16 18:48:12 +02:00
build-audio.sh Clean release snapshot 2026-06-16 18:48:12 +02:00
build-common.sh fix(build): bundle Rig Builder by its current repo name, not the pre-rename redirect (#59) 2026-07-02 20:58:20 +02:00
build-linux-docker.sh fix(build): make the local + CI Linux build work off main (#26) 2026-06-20 14:32:01 +02:00
build-linux-ubuntu.sh Clean release snapshot 2026-06-16 18:48:12 +02:00
build-macos.sh fix(build): strip dangling symlinks so macOS builds aren't "damaged" (#30) 2026-06-21 08:19:59 +02:00
build-release.sh Clean release snapshot 2026-06-16 18:48:12 +02:00
build-windows.sh Clean release snapshot 2026-06-16 18:48:12 +02:00
bundle-binaries.sh fix(build): make the local + CI Linux build work off main (#26) 2026-06-20 14:32:01 +02:00
bundle-python.sh ci: repoint desktop build off the deleted slopsmith org 2026-06-17 00:47:43 +02:00
bundle-slopsmith.sh ci: repoint desktop build off the deleted slopsmith org 2026-06-17 00:47:43 +02:00
bundle-soundfont.sh Clean release snapshot 2026-06-16 18:48:12 +02:00
bundle.sh Clean release snapshot 2026-06-16 18:48:12 +02:00
bundled-lib-skiplist.sh Clean release snapshot 2026-06-16 18:48:12 +02:00
fix-onnxruntime-install-names.sh Clean release snapshot 2026-06-16 18:48:12 +02:00
parse-build-config.py Clean release snapshot 2026-06-16 18:48:12 +02:00
setup-dev.sh Clean release snapshot 2026-06-16 18:48:12 +02:00
sign-macos-binaries.sh Clean release snapshot 2026-06-16 18:48:12 +02:00
VST_TRACE_README.md Clean release snapshot 2026-06-16 18:48:12 +02:00