5 lines
203 B
Bash
Executable File
5 lines
203 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
#CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o ArmedPolice.exe main.go
|
|
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -x -v -ldflags "-s -w" -o ArmedPolice.exe main.go |