Browse Source

Quick and easily build the binaries.

Sacha Ligthert 3 years ago
parent
commit
41fe193d1e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      build.sh

+ 4 - 0
build.sh

@@ -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