good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit e2d322b2 authored by Martin Holst Swende's avatar Martin Holst Swende
Browse files

build: add clef to alltools and deb

parent f9aa1cd2
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,7 @@ var (
executablePath("puppeth"),
executablePath("rlpdump"),
executablePath("wnode"),
executablePath("clef"),
}
// Files that end up in the swarm*.zip archive.
......@@ -118,6 +119,10 @@ var (
BinaryName: "wnode",
Description: "Ethereum Whisper diagnostic tool",
},
{
BinaryName: "clef",
Description: "Ethereum account management tool.",
},
}
// A debian package is created for all executables listed here.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment