소스 검색

Linux doesn't uses .exe-files

Sacha Ligthert 3 년 전
부모
커밋
2a3225c169
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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