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

This commit is contained in:
Your Name
2025-06-15 18:15:45 +12:00
parent f67a1f8fe3
commit f5346eddc7
10 changed files with 397 additions and 299 deletions

View File

@ -4,11 +4,6 @@ set -euo pipefail
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
MYARCH=$(uname -m)
VERSION=$("${SCRIPT_DIR}/output/dropshell-tool.${MYARCH}" version)
VERSION=$("${SCRIPT_DIR}/output/dropshell-tool" version)
echo "Version: $VERSION"