mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2025-09-27 04:36:12 +08:00
5 lines
105 B
Batchfile
5 lines
105 B
Batchfile
@ECHO OFF
|
|
@SET GOOS=linux
|
|
@SET GOARCH=mipsle
|
|
cd ..
|
|
go build -ldflags "-s -w" -trimpath && upx-3.95 go2rtc |