mirror of
https://github.com/xiaoqidun/wslkd.git
synced 2025-01-22 20:59:31 +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
|