📘 Add GUI release download link

This commit is contained in:
bitcookies
2026-04-06 11:13:18 +08:00
parent 5a79b84c79
commit e3321babac
2 changed files with 12 additions and 8 deletions
+9 -7
View File
@@ -32,12 +32,12 @@ See [here](README.HOW_DOES_IT_WORK.md).
There are several ways to use it. There are several ways to use it.
- [Use Github Actions](#4-Use-Github-Actions) + [Use Github Actions](#4-Use-Github-Actions)
- [Use Github Actions with secrets](#5-Use-Github-Actions-with-secrets) + [Use Github Actions with secrets](#5-Use-Github-Actions-with-secrets)
- [Build in Visual Studio](#6-Build-in-Visual-Studio) + [Build in Visual Studio](#6-Build-in-Visual-Studio)
- [Build in Github Actions](#7-Build-in-Github-Actions) + [Build in Github Actions](#7-Build-in-Github-Actions)
- [Build with CMake](#8-Build-with-CMake) + [Build with CMake](#8-Build-with-CMake)
- [Use GUI for Windows](#9-Use-GUI-for-Windows) + [Use GUI for Windows](#9-Use-GUI-for-Windows)
### 3.1 Encoding ### 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. 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) ![GUI](assets/gui-light.png#gh-light-mode-only)
+3 -1
View File
@@ -378,7 +378,9 @@ cmake --build . --config Release
如果你正在使用 Windows 10 / 11,你可以使用 GUI 程序,它基于 .NET 8 WPF 和 Fluent Design (WPF UI) 构建,提供 `x64` 和 `ARM 64` 两种架构支持。 如果你正在使用 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) ![GUI](assets/gui-light.png#gh-light-mode-only)