timepercentage/build.sh

4 lines
154 B
Bash
Raw Normal View History

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