1
0
zrcadlo https://github.com/therootcompany/sclient synchronizováno 2024-11-16 17:09:00 +00:00
Tento commit je obsažen v:
AJ ONeal 2018-08-07 17:10:21 -06:00
rodič 8d4ed210a6
revize 2235bf3a55

Zobrazit soubor

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