wslkd/build.bat
xiaoqidun 74eb16b176
All checks were successful
continuous-integration/drone/push Build is passing
chore(编译脚本): 更新编译脚本
2023-10-07 20:58:54 +08:00

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