From 42e1194f626cb328550e4a1097beb07bb30659c6 Mon Sep 17 00:00:00 2001 From: tim-kretschmer-c2fo Date: Wed, 1 Jun 2016 15:17:03 -0500 Subject: [PATCH] DVO-6278 - Pretty up the release script --- script/release.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/release.sh b/script/release.sh index c1e2e1d..d008019 100755 --- a/script/release.sh +++ b/script/release.sh @@ -13,10 +13,10 @@ SOURCE="github.com/c2fo/gull/source/bin/gull" export GOARCH=amd64 export GOOS=darwin -go build -o $WORK/mac/gull -v $SOURCE +go build -o $WORK/gull-mac64 -v $SOURCE export GOOS=windows -go build -o $WORK/win/gull.exe -v $SOURCE +go build -o $WORK/gull-win64.exe -v $SOURCE export GOOS=linux -go build -o $WORK/lin/gull -v $SOURCE \ No newline at end of file +go build -o $WORK/gull-lin64 -v $SOURCE \ No newline at end of file