mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2026-04-23 08:00:11 +08:00
4 lines
94 B
Batchfile
4 lines
94 B
Batchfile
@SET GOOS=linux
|
|
@SET GOARCH=amd64
|
|
cd ..
|
|
go build -ldflags "-s -w" -trimpath && upx-3.96 go2rtc |