minor
This commit is contained in:
parent
fba217e92a
commit
c0f80bc42e
2
Makefile
2
Makefile
|
@ -22,7 +22,7 @@ build-windows:
|
|||
GOOS=windows GOARCH=amd64 GO111MODULE=off go build -v go-clean.exe \
|
||||
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"
|
||||
|
||||
install: goimports
|
||||
install:
|
||||
GO111MODULE=off go install \
|
||||
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue