From d8883c4419d68ec044454d55cdde82a7a534a821 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 29 Jun 2025 21:56:38 +1200 Subject: [PATCH] Modify buildtestpublish_all.sh --- buildtestpublish_all.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/buildtestpublish_all.sh b/buildtestpublish_all.sh index 01c5ee6..2015927 100755 --- a/buildtestpublish_all.sh +++ b/buildtestpublish_all.sh @@ -234,15 +234,17 @@ function print_summary() { echo } -title "🔨 BUILDING ALL TOOLS 🔨" +title "🔨 BUILDING GETPKG 🔨" -getpkg/build.sh +"${SCRIPT_DIR}/getpkg/build.sh" export GETPKG="${SCRIPT_DIR}/getpkg/output/getpkg" if [ ! -f "$GETPKG" ]; then echo "Build failed." exit 1 fi +title "🔨 BUILDING ALL TOOLS 🔨" + buildtestpublish_all print_summary