Merge pull request #4190 from guggero/fix-windows-build

make+lnd+config: fix Windows build and version string
This commit is contained in:
Olaoluwa Osuntokun
2020-04-14 19:57:26 -07:00
committed by GitHub
4 changed files with 8 additions and 6 deletions

View File

@@ -205,7 +205,7 @@ func extractPathArgs(ctx *cli.Context) (string, string, error) {
func main() {
app := cli.NewApp()
app.Name = "lncli"
app.Version = build.Version()
app.Version = build.Version() + " commit=" + build.Commit
app.Usage = "control plane for your Lightning Network Daemon (lnd)"
app.Flags = []cli.Flag{
cli.StringFlag{