mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 03:26:38 +00:00
build: bundle the bootnode too into alltools
This commit is contained in:
parent
213b8f9af4
commit
090699c0f6
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ var (
|
||||||
allToolsArchiveFiles = []string{
|
allToolsArchiveFiles = []string{
|
||||||
"COPYING",
|
"COPYING",
|
||||||
executablePath("abigen"),
|
executablePath("abigen"),
|
||||||
|
executablePath("bootnode"),
|
||||||
executablePath("evm"),
|
executablePath("evm"),
|
||||||
executablePath("geth"),
|
executablePath("geth"),
|
||||||
executablePath("swarm"),
|
executablePath("swarm"),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue