Merge pull request #14414 from gluk256/77_release

build: wnode added to the build configuration
pull/14418/head
Péter Szilágyi 7 years ago committed by GitHub
commit e1dc7ece62
  1. 5
      build/ci.go

@ -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…
Cancel
Save