From da0dfeab46c1c5e14cf32688c8ff3966590314f8 Mon Sep 17 00:00:00 2001 From: Andreas Schulte <0x0001f346@pm.me> Date: Wed, 27 Aug 2025 22:21:01 +0200 Subject: [PATCH] + build.sh --- build.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 build.sh diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..757cd99 --- /dev/null +++ b/build.sh @@ -0,0 +1,2 @@ +GOOS=windows GOARCH=amd64 go build -o build/ablage-windows-amd64.exe . +GOOS=linux GOARCH=amd64 go build -o build/ablage-linux-amd64 . \ No newline at end of file