Explorar o código

Quick and easily build the binaries.

Sacha Ligthert %!s(int64=3) %!d(string=hai) anos
pai
achega
41fe193d1e
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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