From 2ec025888bc94406ef9804183cbae7fc6cc126e7 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 1 Jun 2025 20:27:20 +1200 Subject: [PATCH] 'Generic Commit' --- dropshell-tool/build.sh | 2 +- dropshell-tool/publish.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dropshell-tool/build.sh b/dropshell-tool/build.sh index ebfcc99..0375159 100755 --- a/dropshell-tool/build.sh +++ b/dropshell-tool/build.sh @@ -14,6 +14,6 @@ function getbin() { getbin "dropshell-build" -"${TEMP_DIR}/dropshell-build" "${SCRIPT_DIR}" +"${TEMP_DIR}/dropshell-build" -r -m "${SCRIPT_DIR}" rm -rf "${TEMP_DIR}" diff --git a/dropshell-tool/publish.sh b/dropshell-tool/publish.sh index 2612185..3876f36 100755 --- a/dropshell-tool/publish.sh +++ b/dropshell-tool/publish.sh @@ -19,7 +19,7 @@ function publish_tool() { echo "Publishing $TOOL to getbin.xyz" - "${TEMP_DIR}/sos" upload "getbin.xyz" "$TOOL" "$TOOLPATH" + "${TEMP_DIR}/sos" upload "getbin.xyz" "$TOOLPATH" "${TOOL}:latest" } function publish_executables() {