diff --git a/build.cmd b/build.cmd new file mode 100644 index 0000000..a93b091 --- /dev/null +++ b/build.cmd @@ -0,0 +1,8 @@ +@echo. +@set GOPROXY +if not defined GOPROXY set GOPROXY=https://goproxy.io,direct +go mod tidy +if ERRORLEVEL 1 pause (value:%ERRORLEVEL%) +go build cmd/openp2p.go +@echo. +@pause