2
0
mirror of https://github.com/status-im/op-geth.git synced 2025-01-20 03:28:52 +00:00

Merge pull request from gluk256/77_release

build: wnode added to the build configuration
This commit is contained in:
Péter Szilágyi 2017-05-03 16:45:39 +03:00 committed by GitHub
commit e1dc7ece62

@ -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.