Skip to content
This repository was archived by the owner on Jun 11, 2019. It is now read-only.

Commit 42e1194

Browse files
DVO-6278 - Pretty up the release script
1 parent b270f65 commit 42e1194

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

script/release.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ SOURCE="github.com/c2fo/gull/source/bin/gull"
1313
export GOARCH=amd64
1414

1515
export GOOS=darwin
16-
go build -o $WORK/mac/gull -v $SOURCE
16+
go build -o $WORK/gull-mac64 -v $SOURCE
1717

1818
export GOOS=windows
19-
go build -o $WORK/win/gull.exe -v $SOURCE
19+
go build -o $WORK/gull-win64.exe -v $SOURCE
2020

2121
export GOOS=linux
22-
go build -o $WORK/lin/gull -v $SOURCE
22+
go build -o $WORK/gull-lin64 -v $SOURCE

0 commit comments

Comments
 (0)