mirror of
https://github.com/xiaoqidun/wslkd.git
synced 2026-09-23 14:44:46 +08:00
5 lines
138 B
Batchfile
5 lines
138 B
Batchfile
set GOOS=windows
|
|
set GOARCH=amd64
|
|
set CGO_ENABLED=0
|
|
go build -o wslkd.exe -trimpath -ldflags "-H windowsgui -s -w -buildid=" wslkd.go
|