Files
downloader/build_linux.sh
2018-11-04 09:56:32 +08:00

4 lines
75 B
Bash
Executable File

#!/bin/sh
GOOS=linux GOARCH=amd64 go build -ldflags "-s -w"
upx downloader