diff options
| author | Ophestra <cat@gensokyo.uk> | 2024-12-26 15:14:35 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2024-12-26 15:14:35 +0900 |
| commit | 831dc6a1810df6c42bb0c7127c6c3f586a1cb093 (patch) | |
| tree | 3403c1d1b315ccdef96c3c0d78ee6c385cb4fd53 /dist | |
| parent | c67b8ab9ac31e4c06cfef2b1a9af89f627e59351 (diff) | |
dist: create checksum in dist directory
This makes verification easier.
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 5102f489..861ae192 100755 --- a/dist/release.sh +++ b/dist/release.sh @@ -17,4 +17,4 @@ go build -v -o "${out}/bin/" -ldflags "-s -w rm -f "./${out}.tar.gz" && tar -C dist -czf "${out}.tar.gz" "${pname}" rm -rf "./${out}" -sha512sum "${out}.tar.gz" > "${out}.tar.gz.sha512"
\ No newline at end of file +(cd dist && sha512sum "${pname}.tar.gz" > "${pname}.tar.gz.sha512")
\ No newline at end of file |
