mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
build: add clef to alltools and deb
This commit is contained in:
parent
f9aa1cd21f
commit
e2d322b25a
1 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue