Fix build_release_binaries.sh

This commit is contained in:
Alexander Neumann 2017-02-02 10:23:18 +01:00
parent a7c2f28f06
commit f366a636e6
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ for R in \
echo $filename
go run ../build.go --goos $OS --goarch $ARCH --output ${filename}
go run build.go --goos $OS --goarch $ARCH --output ${filename}
if [[ "$OS" == "windows" ]]; then
zip ${filename%.exe}.zip ${filename}
rm ${filename}