Merge pull request #3735 from karalabe/bundle-bootnode

build: bundle the bootnode too into alltools
This commit is contained in:
Péter Szilágyi 2017-03-02 16:05:23 +02:00 committed by GitHub
commit 725c2646a0

View File

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