Commit 725c2646 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub

Merge pull request #3735 from karalabe/bundle-bootnode

build: bundle the bootnode too into alltools
parents f2e94ff9 090699c0
......@@ -70,6 +70,7 @@ var (
allToolsArchiveFiles = []string{
"COPYING",
executablePath("abigen"),
executablePath("bootnode"),
executablePath("evm"),
executablePath("geth"),
executablePath("swarm"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment