mirror of
https://github.com/nxshock/trayweather.git
synced 2025-07-01 00:13: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
6
make.bat
6
make.bat
|
@ -1 +1,5 @@
|
|||
go build -ldflags "-H=windowsgui -linkmode=external -s -w" -buildmode=pie -trimpath
|
||||
@echo off
|
||||
setlocal
|
||||
set GO111MODULE=off
|
||||
go build -ldflags "-H=windowsgui -linkmode=external -s -w" -buildmode=pie -trimpath
|
||||
endlocal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue