Quick and easily build the binaries.

This commit is contained in:
Sacha Ligthert 2022-12-27 00:54:17 +01:00
parent 961d4563e7
commit 41fe193d1e

4
build.sh Normal file
View File

@ -0,0 +1,4 @@
#!/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