trayweather/make.bat

5 lines
132 B
Batchfile

@echo off
setlocal
set GO111MODULE=off
go build -ldflags "-H=windowsgui -linkmode=external -s -w" -buildmode=pie -trimpath
endlocal