From 75c89c4be42d59736be2c87bbe20b4ea32cce94b Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Thu, 21 Oct 2021 14:21:39 -0400 Subject: [PATCH] Update binary tarball script for new binary names --- src/scripts/make-binary-tarball.sh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/scripts/make-binary-tarball.sh b/src/scripts/make-binary-tarball.sh index 5dd5b36..e5743a1 100755 --- a/src/scripts/make-binary-tarball.sh +++ b/src/scripts/make-binary-tarball.sh @@ -18,14 +18,11 @@ if [ -e $DIR ]; then fi mkdir -p $DIR strip silentdragon -strip komodod -strip komodo-tx -strip komodo-cli +strip hushd +strip hush-tx +strip hush-cli cp silentdragon $DIR -cp komodod $DIR -cp komodo-cli $DIR -cp komodo-tx $DIR cp hushd $DIR cp hush-cli $DIR cp hush-tx $DIR