mirror of
https://github.com/xiaoqidun/wslkd.git
synced 2025-11-27 17:34:51 +08:00
chore(编译脚本): 更新编译脚本
This commit is contained in:
4
build.sh
4
build.sh
@@ -1,2 +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
|
||||
GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -o release/wslkd_amd64.exe -trimpath -ldflags "-H windowsgui -s -w -buildid=" wslkd.go
|
||||
GOOS=windows GOARCH=arm64 CGO_ENABLED=0 go build -o release/wslkd_arm64.exe -trimpath -ldflags "-H windowsgui -s -w -buildid=" wslkd.go
|
||||
Reference in New Issue
Block a user