From 70bc9bf0c02762f03eef4d96f3aa4130975af14f Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Wed, 20 Oct 2021 23:22:57 -0400 Subject: [PATCH] Update linux bin script --- contrib/devtools/gen-linux-binary-release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/devtools/gen-linux-binary-release.sh b/contrib/devtools/gen-linux-binary-release.sh index 6d03d656d..bcd34e7f3 100755 --- a/contrib/devtools/gen-linux-binary-release.sh +++ b/contrib/devtools/gen-linux-binary-release.sh @@ -16,9 +16,9 @@ mkdir build cp contrib/asmap/asmap.dat build/ cp sapling*.params build/ cd src -cp komodod komodo-cli komodo-tx hushd hush-cli hush-tx hush-smart-chain ../build +cp hushd hush-cli hush-tx hush-smart-chain ../build cd ../build -strip komodo* +strip hushd hush-cli hush-tx tar -f $FILE -c * gzip -9 $FILE sha256sum *.gz