timepercentage/build.sh

4 lines
158 B
Bash
Raw Normal View History

2022-12-27 00:54:17 +01:00
#!/bin/bash
env GOOS=linux GOARCH=amd64 go build -o timepercentage.linux-amd64.exe
env GOOS=windows GOARCH=amd64 go build -o timepercentage.windows-amd64.exe