Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
candid82 committed Jan 24, 2017
1 parent b1c65aa commit 00cfac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ zip joker-$version-mac-amd64.zip joker
GOOS=linux GOARCH=amd64 go build
zip joker-$version-linux-amd64.zip joker
GOOS=windows GOARCH=amd64 go build
zip joker-$version-win-amd64.zip joker
zip joker-$version-win-amd64.zip joker.exe

0 comments on commit 00cfac4

Please sign in to comment.