diff --git a/buildtestpublish_all.sh b/buildtestpublish_all.sh index c48f3a4..6a60766 100755 --- a/buildtestpublish_all.sh +++ b/buildtestpublish_all.sh @@ -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