summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-11 23:11:30 -0600
committerJeff Carr <[email protected]>2024-12-11 23:11:30 -0600
commitc0f80bc42e941fe61e99d042d0e488ac4921d87c (patch)
tree099235c234b762c2f2849ac2dbdbbbfb6c2b5793
parentfba217e92ae1c6cce2faf04f639327f19ce0a5cf (diff)
minor
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a152305..259cae9 100644
--- a/Makefile
+++ b/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}"