build-binaries.sh updates

This commit is contained in:
AlexSSD7 2023-09-28 11:22:25 +01:00
commit cf7889c515

View file

@ -1,9 +1,6 @@
rm -rf build rm -rf build
mkdir build mkdir build
trimpath=$PWD
echo "Trimming path $trimpath"
version=$1 version=$1
if [ -z "$version" ]; then if [ -z "$version" ]; then
@ -34,4 +31,4 @@ cd build
hashes_file="linsk_sha256_$version.txt" hashes_file="linsk_sha256_$version.txt"
sha256sum * > $hashes_file sha256sum * > $hashes_file
gpg --output ${hashes_file}.sig --detach-sign --armor $hashes_file gpg --output ${hashes_file}.sig --detach-sign --local-user F7231DFD3333A27F71D171383B627C597D3727BD --armor $hashes_file