diff --git a/README.md b/README.md index b379b0f..fe02605 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,12 @@ See [here](README.HOW_DOES_IT_WORK.md). There are several ways to use it. -- [Use Github Actions](#4-Use-Github-Actions) -- [Use Github Actions with secrets](#5-Use-Github-Actions-with-secrets) -- [Build in Visual Studio](#6-Build-in-Visual-Studio) -- [Build in Github Actions](#7-Build-in-Github-Actions) -- [Build with CMake](#8-Build-with-CMake) -- [Use GUI for Windows](#9-Use-GUI-for-Windows) ++ [Use Github Actions](#4-Use-Github-Actions) ++ [Use Github Actions with secrets](#5-Use-Github-Actions-with-secrets) ++ [Build in Visual Studio](#6-Build-in-Visual-Studio) ++ [Build in Github Actions](#7-Build-in-Github-Actions) ++ [Build with CMake](#8-Build-with-CMake) ++ [Use GUI for Windows](#9-Use-GUI-for-Windows) ### 3.1 Encoding @@ -380,7 +380,9 @@ The output is always `build/winrar-keygen`, and the version number is controlled If you are using Windows 10 or 11, you can use the GUI application, which is built using .NET 8 WPF and Fluent Design (WPF UI) and supports both `x64` and `ARM 64` architectures. -You can obtain the project from the [gui](https://github.com/bitcookies/winrar-keygen/tree/gui) branch and build the GUI application yourself. For more detailed information, please refer to the [README](https://github.com/bitcookies/winrar-keygen/blob/gui/README.md) in that branch. +You can check out the project from the [gui](https://github.com/bitcookies/winrar-keygen/tree/gui) branch and build the GUI application yourself, or visit the [Release](https://github.com/bitcookies/winrar-keygen/releases/) page to download the pre-built version. + +For more detailed information, please refer to the [README](https://github.com/bitcookies/winrar-keygen/blob/gui/README.md) in that branch. ![GUI](assets/gui-light.png#gh-light-mode-only) diff --git a/README.zh-CN.md b/README.zh-CN.md index 7061a74..0f3f346 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -378,7 +378,9 @@ cmake --build . --config Release 如果你正在使用 Windows 10 / 11,你可以使用 GUI 程序,它基于 .NET 8 WPF 和 Fluent Design (WPF UI) 构建,提供 `x64` 和 `ARM 64` 两种架构支持。 -你可以在 [gui](https://github.com/bitcookies/winrar-keygen/tree/gui) 分支中获取项目,并自行构建 GUI 程序。更详细的信息请查看分支 [README](https://github.com/bitcookies/winrar-keygen/blob/gui/README.zh-CN.md)。 +你可以在 [gui](https://github.com/bitcookies/winrar-keygen/tree/gui) 分支中获取项目,并自行构建 GUI 程序,也可以到 [Release](https://github.com/bitcookies/winrar-keygen/releases/) 页面获取对应版本的构建程序。 + +更详细的信息请查看分支 [README](https://github.com/bitcookies/winrar-keygen/blob/gui/README.zh-CN.md)。 ![GUI](assets/gui-light.png#gh-light-mode-only)