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 1
1
app /build
2
2
app /coverage
3
3
app /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
5
5
# local environment vars to ignore
6
6
.env * .local
7
7
8
- lightning-terminal -debug
8
+ litd -debug
9
9
/lightning-terminal- *
10
10
11
11
# go code generated by statik
Original file line number Diff line number Diff line change @@ -98,11 +98,11 @@ install: statik-build go-install
98
98
99
99
go-build :
100
100
@$(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
102
102
103
103
go-install :
104
104
@$(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
106
106
107
107
app-build : yarn-install
108
108
@$(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() {
68
68
pushd " ${dir} "
69
69
70
70
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
72
72
env CGO_ENABLED=0 GOOS=$os GOARCH=$arch GOARM=$arm go build -v -trimpath -ldflags=" ${ldflags} " -tags=" ${buildtags} " ${LND_PKG} /cmd/lncli
73
73
env CGO_ENABLED=0 GOOS=$os GOARCH=$arch GOARM=$arm go build -v -trimpath -ldflags=" ${ldflags} " -tags=" ${buildtags} " ${FARADAY_PKG} /cmd/frcli
74
74
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