aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/ci.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/ci.go b/build/ci.go
index 8b6ebe74c..47b1dc780 100644
--- a/build/ci.go
+++ b/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.