From 53981650726833bc78d52462866236d117878e06 Mon Sep 17 00:00:00 2001 From: jondale Date: Thu, 15 Jan 2026 19:09:14 -0500 Subject: [PATCH] which box is bot --- scripts/bundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bundle.sh b/scripts/bundle.sh index 2aaa326..1524679 100755 --- a/scripts/bundle.sh +++ b/scripts/bundle.sh @@ -38,7 +38,7 @@ sync_one() { post_process() { echo "==> Post-processing bundled extensions" - local inx="$EXT_DIR/botbox3000/botbox.inx" + local inx="$EXT_DIR/botbox3000/boxbot.inx" if [[ ! -f "$inx" ]]; then echo "ERROR: expected file not found: $inx" exit 1