Parcourir la source

Linux doesn't uses .exe-files

Sacha Ligthert il y a 3 ans
Parent
commit
2a3225c169
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      build.sh

+ 1 - 1
build.sh

@@ -1,4 +1,4 @@
 #!/bin/bash
 #!/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
 env GOOS=windows GOARCH=amd64 go build -o timepercentage.windows-amd64.exe