mirror of
https://github.com/xiaoqidun/wslkd.git
synced 2025-11-27 17:34:51 +08:00
chore(编译脚本): 添加CI自动编译脚本
This commit is contained in:
2
build.sh
Normal file
2
build.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -o release/wslkd_amd64.exe -trimpath -ldflags '-H windowsgui -s -w' wslkd.go
|
||||
GOOS=windows GOARCH=arm64 CGO_ENABLED=0 go build -o release/wslkd_arm64.exe -trimpath -ldflags '-H windowsgui -s -w' wslkd.go
|
||||
Reference in New Issue
Block a user