1
1
mirror of https://github.com/therootcompany/sclient synced 2025-02-19 06:58:04 +00:00

fix darwin path

This commit is contained in:
AJ ONeal 2018-08-07 17:10:21 -06:00
parent 8d4ed210a6
commit 2235bf3a55

View File

@ -11,7 +11,7 @@ GOOS=windows GOARCH=386 go build -o dist/windows/386/sclient.exe sclient*.go
echo ""
echo "Darwin (macOS) amd64"
GOOS=darwin GOARCH=amd64 go build -o dist/darwin/sclient sclient*.go
GOOS=darwin GOARCH=amd64 go build -o dist/darwin/amd64/sclient sclient*.go
echo ""
echo "Linux amd64"