Merge pull request #3735 from karalabe/bundle-bootnode

build: bundle the bootnode too into alltools
pull/3737/head
Péter Szilágyi 8 years ago committed by GitHub
commit 725c2646a0
  1. 1
      build/ci.go

@ -70,6 +70,7 @@ var (
allToolsArchiveFiles = []string{
"COPYING",
executablePath("abigen"),
executablePath("bootnode"),
executablePath("evm"),
executablePath("geth"),
executablePath("swarm"),

Loading…
Cancel
Save