diff --git a/build.sh b/build.sh index 778ca21..052d153 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ #!/bin/bash -env GOOS=linux GOARCH=amd64 go build -o timepercentage.linux-amd64.exe +env GOOS=linux GOARCH=amd64 go build -o timepercentage.linux-amd64 env GOOS=windows GOARCH=amd64 go build -o timepercentage.windows-amd64.exe \ No newline at end of file