From 2a3225c169801674f670d4dd6165af4283c79851 Mon Sep 17 00:00:00 2001 From: Sacha Ligthert Date: Mon, 27 Feb 2023 22:25:28 +0100 Subject: [PATCH] Linux doesn't uses .exe-files --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 778ca21..052d153 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ #!/bin/bash -env GOOS=linux GOARCH=amd64 go build -o timepercentage.linux-amd64.exe +env GOOS=linux GOARCH=amd64 go build -o timepercentage.linux-amd64 env GOOS=windows GOARCH=amd64 go build -o timepercentage.windows-amd64.exe \ No newline at end of file