Improvement on the release script

This commit is contained in:
Mattias Hansson 2026-05-24 13:38:45 +02:00
parent 69dfd6c7c5
commit 83703df76a

View file

@ -95,6 +95,7 @@ BUILD_DATE="$(date -u +%Y-%m-%dT%H:%M:%SZ 2>/dev/null || date -u +%Y-%m-%d)"
LDFLAGS="-s -w -X main.version=${VERSION}"
DIST="dist"
rm -rf "$DIST"
mkdir -p "$DIST"
# SHA256 command detection (Linux vs macOS)