Merge pull request #3735 from karalabe/bundle-bootnode
build: bundle the bootnode too into alltools
This commit is contained in:
		| @@ -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"), | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user