From c0f80bc42e941fe61e99d042d0e488ac4921d87c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 11 Dec 2024 23:11:30 -0600 Subject: [PATCH] minor --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"