mirror of
https://github.com/xiaoqidun/wslkd.git
synced 2024-11-24 02:16:45 +08:00
5 lines
128 B
Batchfile
5 lines
128 B
Batchfile
set GOOS=windows
|
|
set GOARCH=amd64
|
|
set CGO_ENABLED=0
|
|
go build -o wslkd.exe -trimpath -ldflags "-H windowsgui -s -w" wslkd.go
|