mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
build: wnode added to the build configuration
This commit is contained in:
parent
c3dc01caf1
commit
99127ff2e7
1 changed files with 5 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ var (
|
|||
executablePath("puppeth"),
|
||||
executablePath("rlpdump"),
|
||||
executablePath("swarm"),
|
||||
executablePath("wnode"),
|
||||
}
|
||||
|
||||
// A debian package is created for all executables listed here.
|
||||
|
|
@ -109,6 +110,10 @@ var (
|
|||
Name: "swarm",
|
||||
Description: "Ethereum Swarm daemon and tools",
|
||||
},
|
||||
{
|
||||
Name: "wnode",
|
||||
Description: "Ethereum Whisper diagnostic tool",
|
||||
},
|
||||
}
|
||||
|
||||
// Distros for which packages are created.
|
||||
|
|
|
|||
Loading…
Reference in a new issue