mirror of
https://github.com/nxshock/trayweather.git
synced 2025-07-02 00:23:43 +05:00
Build app without Go modules
This commit is contained in:
parent
b146c2bc76
commit
f7c68897c7
1 changed files with 5 additions and 1 deletions
4
make.bat
4
make.bat
|
@ -1 +1,5 @@
|
||||||
|
@echo off
|
||||||
|
setlocal
|
||||||
|
set GO111MODULE=off
|
||||||
go build -ldflags "-H=windowsgui -linkmode=external -s -w" -buildmode=pie -trimpath
|
go build -ldflags "-H=windowsgui -linkmode=external -s -w" -buildmode=pie -trimpath
|
||||||
|
endlocal
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue