From 7212ce70a821be3c629b989a3f2e6e243c77786b Mon Sep 17 00:00:00 2001 From: topkoa Date: Sat, 18 Jul 2026 21:26:30 -0400 Subject: [PATCH] build: bundle feedBack-plugin-stem-splitter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds the Stem Splitter plugin to clone_slopsmith()'s bundled-plugin list so packaged builds ship it. The repo uses the feedBack-plugin-* casing (capital B), so the lowercase prefix strip can't derive the dirname — explicit :stem_splitter, matching the plugin id, same as rig_builder. Signed-off-by: topkoa --- scripts/build-common.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/build-common.sh b/scripts/build-common.sh index fe2c303..e399231 100644 --- a/scripts/build-common.sh +++ b/scripts/build-common.sh @@ -150,6 +150,10 @@ clone_slopsmith() { got-feedback/feedback-plugin-splitscreen got-feedback/feedback-plugin-staffview got-feedback/feedback-plugin-stem-mixer + # Stem Splitter — repo uses the feedBack-plugin-* casing (capital B), + # so the lowercase prefix strip doesn't apply; explicit dirname + # matching the plugin id, same as rig_builder below. + got-feedback/feedBack-plugin-stem-splitter:stem_splitter got-feedback/feedback-plugin-stems got-feedback/feedback-plugin-stepmode got-feedback/feedback-plugin-strum-fighter