diff options
| author | Jeff Carr <[email protected]> | 2024-12-11 23:11:30 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-11 23:11:30 -0600 |
| commit | c0f80bc42e941fe61e99d042d0e488ac4921d87c (patch) | |
| tree | 099235c234b762c2f2849ac2dbdbbbfb6c2b5793 | |
| parent | fba217e92ae1c6cce2faf04f639327f19ce0a5cf (diff) | |
minor
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" |
