fix: to the fix, clap your hands together, caramelldanse o-o-or whatever
All checks were successful
Lint / shellcheck (push) Successful in 17s
Release Standalone Builder / build (release) Successful in 31s
Release Standalone Builder / publish-aur (release) Successful in 35s

This commit is contained in:
2026-03-18 22:26:32 +01:00
parent 9f5d1089a2
commit 2e331b5d9a
2 changed files with 7 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ exit $?
#==PAYLOAD==
EOF
VERSION=$(git describe --tags --always --dirty 2>/dev/null || echo "standalone")
VERSION=$(git describe --tags --abbrev=0 2>/dev/null || echo "standalone")
tmpbuild=$(mktemp -d)
cp -r "$REPO_ROOT/kewt.sh" "$REPO_ROOT/markdown.sh" "$REPO_ROOT/awk" "$REPO_ROOT/styles" "$tmpbuild/"
sed -e "s/kewt version git/kewt version $VERSION/" "$tmpbuild/kewt.sh" > "$tmpbuild/kewt.sh.tmp" && mv "$tmpbuild/kewt.sh.tmp" "$tmpbuild/kewt.sh"