feat(编译脚本): 添加编译脚本

This commit is contained in:
2022-11-22 14:16:04 +08:00
parent 52eaba4cb9
commit c0a9c7e115
3 changed files with 6 additions and 1 deletions

4
build.bat Normal file
View File

@@ -0,0 +1,4 @@
set GOOS=windows
set GOARCH=amd64
set CGO_ENABLED=0
go build -o wslkd.exe -trimpath -ldflags "-H windowsgui -s -w" wslkd.go