diff --git a/README.en-US.md b/README.en-US.md index 024f5090..15ced7db 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -25,12 +25,9 @@ Cross-platform Golang GUI library, The core binding is [liblcl](https://github.c > If you want to support linux arm and linux 32bit, you need to compile the corresponding liblcl binary. ### Pre-compiled GUI library binary download ([source code](https://github.com/ying32/liblcl)) -[![liblcl](https://img.shields.io/github/downloads/ying32/govcl/latest/liblcl-2.0.3.1.zip.svg)](https://github.com/ying32/govcl/releases/download/v2.0.3/liblcl-2.0.3.1.zip) +[![liblcl](https://img.shields.io/github/downloads/ying32/govcl/latest/liblcl-2.0.4.zip.svg)](https://github.com/ying32/govcl/releases/download/v2.0.4/liblcl-2.0.4.zip) -* Dev version pre-compiled GUI binary -[liblcl-2.0.4-dev.zip](http://z-kit.cc/downloads/liblcl-2.0.4-dev.zip) - ### res2go Tool([doc, source code](Tools/res2go)) **Need to compile yourself: [Compile Guide](Tools/res2go/src/README.en-US.md)** diff --git a/README.md b/README.md index e6df186d..f205b552 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,9 @@ ---- ### 预编译GUI库二进制下载([源代码](https://github.com/ying32/liblcl)) -[![liblcl](https://img.shields.io/github/downloads/ying32/govcl/latest/liblcl-2.0.3.1.zip.svg)](https://github.com/ying32/govcl/releases/download/v2.0.3/liblcl-2.0.3.1.zip) +[![liblcl](https://img.shields.io/github/downloads/ying32/govcl/latest/liblcl-2.0.4.zip.svg)](https://github.com/ying32/govcl/releases/download/v2.0.4/liblcl-2.0.4.zip) -* dev版预编译GUI二进制 -[liblcl-2.0.4-dev.zip](http://z-kit.cc/downloads/liblcl-2.0.4-dev.zip) - ### res2go工具下载([文档、源代码](Tools/res2go)) **需要自己编译: [编译方法](Tools/res2go/src/README.md)**