mirror of
https://github.com/nxshock/trayweather.git
synced 2025-07-02 00:23:43 +05:00
5 lines
132 B
Batchfile
5 lines
132 B
Batchfile
@echo off
|
|
setlocal
|
|
set GO111MODULE=off
|
|
go build -ldflags "-H=windowsgui -linkmode=external -s -w" -buildmode=pie -trimpath
|
|
endlocal
|