From 814e88d19e6a50894d6ceb24b104dd6d70351ba6 Mon Sep 17 00:00:00 2001 From: structix Date: Thu, 10 Jun 2021 18:18:52 +0200 Subject: [PATCH] Add windows cross compile script --- make_windows.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 make_windows.sh diff --git a/make_windows.sh b/make_windows.sh new file mode 100755 index 0000000..cfae368 --- /dev/null +++ b/make_windows.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +GOOS=windows GOARCH=amd64 go build -o obs-cli-windows.exe