Linux doesn't uses .exe-files

This commit is contained in:
Sacha Ligthert 2023-02-27 22:25:28 +01:00
parent 70fe89228d
commit 2a3225c169

View File

@ -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