浏览代码

Quick and easily build the binaries.

Sacha Ligthert 3 年之前
父节点
当前提交
41fe193d1e
共有 1 个文件被更改,包括 4 次插入0 次删除
  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