Explorar o código

Linux doesn't uses .exe-files

Sacha Ligthert %!s(int64=3) %!d(string=hai) anos
pai
achega
2a3225c169
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build.sh

+ 1 - 1
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