mirror of https://github.com/status-im/op-geth.git
Merge pull request #19205 from holiman/alltools_clef
build: add clef to alltools and deb
This commit is contained in:
commit
a1099bb7e9
|
@ -80,6 +80,7 @@ var (
|
||||||
executablePath("puppeth"),
|
executablePath("puppeth"),
|
||||||
executablePath("rlpdump"),
|
executablePath("rlpdump"),
|
||||||
executablePath("wnode"),
|
executablePath("wnode"),
|
||||||
|
executablePath("clef"),
|
||||||
}
|
}
|
||||||
|
|
||||||
// Files that end up in the swarm*.zip archive.
|
// Files that end up in the swarm*.zip archive.
|
||||||
|
@ -118,6 +119,10 @@ var (
|
||||||
BinaryName: "wnode",
|
BinaryName: "wnode",
|
||||||
Description: "Ethereum Whisper diagnostic tool",
|
Description: "Ethereum Whisper diagnostic tool",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
BinaryName: "clef",
|
||||||
|
Description: "Ethereum account management tool.",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
// A debian package is created for all executables listed here.
|
// A debian package is created for all executables listed here.
|
||||||
|
|
Loading…
Reference in New Issue