'Generic Commit'
Some checks failed
Build-Test-Publish / build (push) Failing after 15s

This commit is contained in:
Your Name 2025-06-15 19:12:52 +12:00
parent 61bb5d1de1
commit f006a30a0c

View File

@ -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