Browse Source

Add dragonx scripts to linux binary releases

pull/279/head
Duke 1 year ago
parent
commit
30c919af25
  1. 2
      util/gen-linux-binary-release.sh

2
util/gen-linux-binary-release.sh

@ -21,7 +21,7 @@ echo "Created new build/ dir"
cp contrib/asmap/asmap.dat build/
cp sapling*.params build/
cd src
cp hushd hush-cli hush-tx hush-smart-chain ../build
cp hushd hush-cli hush-tx hush-smart-chain dragonx-cli dragonxd ../build
cd ../build
strip hushd hush-cli hush-tx
tar -f $FILE -c *

Loading…
Cancel
Save