瀏覽代碼

build: wnode added to the build configuration

Vlad 8 年之前
父節點
當前提交
99127ff2e7
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      build/ci.go

+ 5 - 0
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.