Ver Fonte

Linux doesn't uses .exe-files

Sacha Ligthert há 3 anos atrás
pai
commit
2a3225c169
1 ficheiros alterados com 1 adições e 1 exclusões
  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