File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11app /build
22app /coverage
33app /node_modules
4- lightning-terminal -debug
4+ litd -debug
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ https.key
55# local environment vars to ignore
66.env * .local
77
8- lightning-terminal -debug
8+ litd -debug
99/lightning-terminal- *
1010
1111# go code generated by statik
Original file line number Diff line number Diff line change @@ -98,11 +98,11 @@ install: statik-build go-install
9898
9999go-build :
100100 @$(call print, "Building lightning-terminal.")
101- $(GOBUILD ) -tags=" $( LND_RELEASE_TAGS) " -ldflags " $( LDFLAGS) " -o lightning-terminal- debug $(PKG ) /cmd/lightning-terminal
101+ $(GOBUILD ) -tags=" $( LND_RELEASE_TAGS) " -ldflags " $( LDFLAGS) " -o litd- debug $(PKG ) /cmd/litd
102102
103103go-install :
104104 @$(call print, "Installing lightning-terminal.")
105- $(GOINSTALL ) -tags=" $( LND_RELEASE_TAGS) " -ldflags " $( LDFLAGS) " $(PKG ) /cmd/lightning-terminal
105+ $(GOINSTALL ) -tags=" $( LND_RELEASE_TAGS) " -ldflags " $( LDFLAGS) " $(PKG ) /cmd/litd
106106
107107app-build : yarn-install
108108 @$(call print, "Building production app.")
File renamed without changes.
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ function build_release() {
6868 pushd " ${dir} "
6969
7070 green " - Building: ${os} ${arch} ${arm} with build tags '${buildtags} '"
71- env CGO_ENABLED=0 GOOS=$os GOARCH=$arch GOARM=$arm go build -v -trimpath -ldflags=" ${ldflags} " -tags=" ${buildtags} " ${PKG} /cmd/lightning-terminal
71+ env CGO_ENABLED=0 GOOS=$os GOARCH=$arch GOARM=$arm go build -v -trimpath -ldflags=" ${ldflags} " -tags=" ${buildtags} " ${PKG} /cmd/litd
7272 env CGO_ENABLED=0 GOOS=$os GOARCH=$arch GOARM=$arm go build -v -trimpath -ldflags=" ${ldflags} " -tags=" ${buildtags} " ${LND_PKG} /cmd/lncli
7373 env CGO_ENABLED=0 GOOS=$os GOARCH=$arch GOARM=$arm go build -v -trimpath -ldflags=" ${ldflags} " -tags=" ${buildtags} " ${FARADAY_PKG} /cmd/frcli
7474 env CGO_ENABLED=0 GOOS=$os GOARCH=$arch GOARM=$arm go build -v -trimpath -ldflags=" ${ldflags} " -tags=" ${buildtags} " ${LOOP_PKG} /cmd/loop
You can’t perform that action at this time.
0 commit comments