mirror of
https://github.com/xiaoqidun/wslkd.git
synced 2024-12-21 22:01:08 +08:00
feat(编译脚本): 添加编译脚本
This commit is contained in:
parent
52eaba4cb9
commit
c0a9c7e115
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
.idea/
|
||||
.vscode/
|
||||
.devcontainer/
|
||||
wslkd.exe
|
||||
|
4
build.bat
Normal file
4
build.bat
Normal 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
|
Loading…
x
Reference in New Issue
Block a user