mirror of
https://github.com/teacat/chaturbate-dvr.git
synced 2025-10-29 16:59:59 +00:00
4 lines
144 B
Markdown
4 lines
144 B
Markdown
GOOS=windows GOARCH=amd64 go build -o bin/windows
|
|
GOOS=darwin GOARCH=amd64 go build -o bin/darwin
|
|
GOOS=linux GOARCH=amd64 go build -o bin/linux
|