Adds build file for win64

This commit is contained in:
Alexey Khit
2022-08-22 11:43:42 +03:00
parent 4cbacfec0c
commit 4e575d1356

4
scripts/build_win64.cmd Normal file
View File

@@ -0,0 +1,4 @@
@SET GOOS=windows
@SET GOARCH=amd64
cd ..
go build -ldflags "-s -w" -trimpath && upx-3.96 go2rtc.exe