From c093cad17c99835121a38279b82737b25ed89e39 Mon Sep 17 00:00:00 2001 From: andrussal Date: Tue, 9 Dec 2025 16:31:45 +0100 Subject: [PATCH] Echo bundle output path for clarity --- scripts/build-bundle.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build-bundle.sh b/scripts/build-bundle.sh index 79a7ebf..78d86af 100755 --- a/scripts/build-bundle.sh +++ b/scripts/build-bundle.sh @@ -62,6 +62,7 @@ if [ -z "${OUTPUT}" ]; then elif [[ "${OUTPUT}" != /* ]]; then OUTPUT="${ROOT_DIR}/${OUTPUT#./}" fi +echo "Bundle output: ${OUTPUT}" if [ "$PLATFORM" = "linux" ] && [ "$(uname -s)" != "Linux" ] && [ -z "${BUNDLE_IN_CONTAINER:-}" ]; then # Re-run inside a Linux container to produce Linux binaries.