diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-08 16:03:41 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-08 16:03:41 +0900 |
| commit | c4f64f7606f1779f3939b40c7193b70415f102e5 (patch) | |
| tree | 9c8912bd14ab74e6b1091b5c0ad30934176515f4 /dist | |
| parent | a9e2a5e59f667dcccda3cd508d30745dbb19c724 (diff) | |
dist: include target in filename
Backport patch will be removed in the next release.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'dist')
| -rwxr-xr-x | dist/release.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/release.sh b/dist/release.sh index 0ba91047..2990ee18 100755 --- a/dist/release.sh +++ b/dist/release.sh @@ -1,7 +1,7 @@ #!/bin/sh -e cd "$(dirname -- "$0")/.." VERSION="${HAKUREI_VERSION:-untagged}" -pname="hakurei-${VERSION}" +pname="hakurei-${VERSION}-$(go env GOARCH)" out="${DESTDIR:-dist}/${pname}" echo '# Preparing distribution files.' |
