From f006a30a0cc340e35c9fd08fdbde14ad94a96dc0 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 15 Jun 2025 19:12:52 +1200 Subject: [PATCH] 'Generic Commit' --- buildtestpublish_all.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/buildtestpublish_all.sh b/buildtestpublish_all.sh index e368fba..d118790 100755 --- a/buildtestpublish_all.sh +++ b/buildtestpublish_all.sh @@ -101,7 +101,9 @@ function buildtestpublish_all() { title "🔨 BUILDING ALL TOOLS 🔨" -curl https://getbin.xyz/dropshell-tool-install | bash +dropshell-tool/build.sh +export DROPSHELL_TOOL="${SCRIPT_DIR}/dropshell-tool/output/dropshell-tool" +[ -f "$DROPSHELL_TOOL" ] || die "Build failed." buildtestpublish_all