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