Skip to content

Commit

Permalink
build-binaries.sh updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSSD7 committed Sep 28, 2023
1 parent dd19e7a commit cf7889c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build-binaries.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
rm -rf build
mkdir build

trimpath=$PWD
echo "Trimming path $trimpath"

version=$1

if [ -z "$version" ]; then
Expand Down Expand Up @@ -34,4 +31,4 @@ cd build
hashes_file="linsk_sha256_$version.txt"

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

0 comments on commit cf7889c

Please sign in to comment.