Remove UPX from Windows builds because antiviruses

This commit is contained in:
Alexey Khit
2022-08-22 22:32:23 +03:00
parent 12b712426d
commit c6a3ee65b8
3 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
@SET GOOS=windows
@SET GOARCH=amd64
cd ..
go build -ldflags "-s -w" -trimpath && upx-3.96 go2rtc.exe
go build -ldflags "-w -s" -trimpath