Browse Source

Update binary tarball script for new binary names

pull/67/head
Duke Leto 3 years ago
parent
commit
75c89c4be4
  1. 9
      src/scripts/make-binary-tarball.sh

9
src/scripts/make-binary-tarball.sh

@ -18,14 +18,11 @@ if [ -e $DIR ]; then
fi fi
mkdir -p $DIR mkdir -p $DIR
strip silentdragon strip silentdragon
strip komodod strip hushd
strip komodo-tx strip hush-tx
strip komodo-cli strip hush-cli
cp silentdragon $DIR cp silentdragon $DIR
cp komodod $DIR
cp komodo-cli $DIR
cp komodo-tx $DIR
cp hushd $DIR cp hushd $DIR
cp hush-cli $DIR cp hush-cli $DIR
cp hush-tx $DIR cp hush-tx $DIR

Loading…
Cancel
Save