mirror of https://github.com/status-im/op-geth.git
build: bundle the bootnode too into alltools
This commit is contained in:
parent
213b8f9af4
commit
090699c0f6
|
@ -70,6 +70,7 @@ var (
|
|||
allToolsArchiveFiles = []string{
|
||||
"COPYING",
|
||||
executablePath("abigen"),
|
||||
executablePath("bootnode"),
|
||||
executablePath("evm"),
|
||||
executablePath("geth"),
|
||||
executablePath("swarm"),
|
||||
|
|
Loading…
Reference in New Issue