diff --git a/README.en.md b/README.en.md index fe818f1..9557596 100644 --- a/README.en.md +++ b/README.en.md @@ -35,7 +35,7 @@ This is a small local toolkit with a CMD/BAT entry point and a C# engine. It che The target is Windows 10/11 and Windows Server 2019/2022/2025. A compiled build needs .NET Framework 4.8; building from source needs the .NET 6 SDK or newer. -No SDK? Grab `windows-secure-toolkit-v1.3.1-win-x64.zip` from the [v1.3.1 Release](https://github.com/KBT096/windows-secure-toolkit/releases/tag/v1.3.1), extract it, and run the entry point. +No SDK? Open the [latest Release](https://github.com/KBT096/windows-secure-toolkit/releases), choose the Windows x64 archive, extract it, and run the entry point. ```cmd build.cmd diff --git a/README.md b/README.md index 7346150..1a99cae 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Windows 的安全设置有点像家里的电箱:平时没人想看,真出问 ### 第一步:准备工具并完成自检 -不需要安装 SDK 时,可以从 [v1.3.1 Release](https://github.com/KBT096/windows-secure-toolkit/releases/tag/v1.3.1) 下载 `windows-secure-toolkit-v1.3.1-win-x64.zip`,解压后进入目录。 +不需要安装 SDK 时,打开[最新 Release](https://github.com/KBT096/windows-secure-toolkit/releases),选择 Windows x64 压缩包,解压后进入目录。 从源码运行时,在项目目录打开 CMD: