build: bundle the bootnode too into alltools

This commit is contained in:
Péter Szilágyi 2017-03-02 15:23:15 +02:00
parent 213b8f9af4
commit 090699c0f6
No known key found for this signature in database
GPG Key ID: E9AE538CEDF8293D
1 changed files with 1 additions and 0 deletions

View File

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