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

This commit is contained in:
Your Name 2025-06-16 21:52:09 +12:00
parent 24f112ceaf
commit b33be13764

View File

@ -103,9 +103,9 @@ function buildtestpublish_all() {
title "🔨 BUILDING ALL TOOLS 🔨"
dropshell-tool/build.sh
export DROPSHELL_TOOL="${SCRIPT_DIR}/dropshell-tool/output/dropshell-tool"
[ -f "$DROPSHELL_TOOL" ] || die "Build failed."
getpkg/build.sh
export GETPKG="${SCRIPT_DIR}/getpkg/output/getpkg"
[ -f "$GETPKG" ] || die "Build failed."
buildtestpublish_all