From 99127ff2e7930c9aa1d5b8f29bb27f811fd53db3 Mon Sep 17 00:00:00 2001 From: Vlad Date: Wed, 3 May 2017 15:36:02 +0200 Subject: [PATCH] build: wnode added to the build configuration --- build/ci.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/ci.go b/build/ci.go index 8b6ebe74c9..47b1dc780b 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.