mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2025-09-26 20:31:11 +08:00
Adds build file for win64
This commit is contained in:
4
scripts/build_win64.cmd
Normal file
4
scripts/build_win64.cmd
Normal file
@@ -0,0 +1,4 @@
|
||||
@SET GOOS=windows
|
||||
@SET GOARCH=amd64
|
||||
cd ..
|
||||
go build -ldflags "-s -w" -trimpath && upx-3.96 go2rtc.exe
|
Reference in New Issue
Block a user