Skip to content
Snippets Groups Projects
Unverified Commit 3967c156 authored by Massimiliano Adamo's avatar Massimiliano Adamo
Browse files

minor

parent 3f5a93f1
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ run_upx() { ...@@ -26,7 +26,7 @@ run_upx() {
echo "and store the executable within your \$PATH" echo "and store the executable within your \$PATH"
exit exit
fi fi
upx --brute ${GOPATH}/bin/${BIN_NAME} upx --brute ${GOPATH}/bin/windows_amd64/${BIN_NAME}
} }
go get -ldflags "-s -w -X main.appVersion=${PROG_VERSION} -X main.buildTime=${BUILDTIME}" . go get -ldflags "-s -w -X main.appVersion=${PROG_VERSION} -X main.buildTime=${BUILDTIME}" .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment