mirror of
https://gitee.com/samwaf/SamWaf.git
synced 2025-12-06 14:59:18 +08:00
5 lines
320 B
Batchfile
5 lines
320 B
Batchfile
SET CGO_ENABLED=1
|
|
SET GOOS=windows
|
|
SET GOARCH=amd64
|
|
SET GIN_MODE=release
|
|
go build -ldflags="-X SamWaf/global.GWAF_RELEASE=true -X SamWaf/global.GWAF_RELEASE_VERSION_NAME=20250303 -X SamWaf/global.GWAF_RELEASE_VERSION=v1.3.10 -s -w" -o %cd%/release/SamWaf64.exe main.go && %cd%/upx/win64/upx -9 %cd%/release/SamWaf64.exe |