chimu.moe(bloodcat)的节拍图下载器

176 阅读1分钟

chimu_client

如何构建

export GOROOT_FINAL=/tmp
export GOOS=windows
export GOARCH=amd64
go build -trimpath -ldflags "-s -w" -o chimu_client.exe

# Optional: Compress exectuable with upx
upx chimu_client

GitHub

github.com/fubuki-is-c…