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

minor

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