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