From 5f7b3a1e7d15877547d5f0878b32f8bbdbce606b Mon Sep 17 00:00:00 2001 From: lincube Date: Tue, 14 Apr 2026 00:52:16 +0800 Subject: [PATCH] =?UTF-8?q?removed.=E7=A7=BB=E9=99=A4=E4=BA=86=E4=B8=8D?= =?UTF-8?q?=E9=99=84=E5=B8=A6.NET=2010=E7=9A=84=E8=BD=BB=E9=87=8F=E7=89=88?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E5=8C=85=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 13 +++---------- CHANGELOG.md | 4 +++- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3cd9255..dc10782 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Release +name: Release on: push: @@ -74,10 +74,6 @@ jobs: - arch: x86 self_contained: true suffix: '' - # 轻盈版(框架依赖,仅 x64) - - arch: x64 - self_contained: false - suffix: '-lite' name: Build_Windows_${{ matrix.arch }}${{ matrix.suffix }} steps: @@ -586,11 +582,8 @@ jobs: ## Release ${{ needs.prepare.outputs.version }} ### Windows - - **LanMountainDesktop-Setup-{version}-x64.exe** - 64-bit installer (完整版,包含 .NET 运行时) - - **LanMountainDesktop-Setup-{version}-x64-lite.exe** - 64-bit installer (轻量版,需安装 .NET 10 Runtime) - - **LanMountainDesktop-Setup-{version}-x86.exe** - 32-bit installer (完整版,包含 .NET 运行时) - - > **轻量版说明**:轻量版不包含 .NET 运行时,体积更小。首次运行前需安装 [.NET 10 Desktop Runtime](https://dotnet.microsoft.com/download/dotnet/10.0)。 + - **LanMountainDesktop-Setup-{version}-x64.exe** - 64-bit installer (包含 .NET 运行时) + - **LanMountainDesktop-Setup-{version}-x86.exe** - 32-bit installer (包含 .NET 运行时) Installation: Double-click the .exe file and follow the wizard. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0391813..706087e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,9 @@ ### 移除 (Removed) -- 无 +- 🗑️ **不附带 .NET 10 依赖的轻量版安装包**: 移除了不附带 .NET 10 依赖的轻量版安装包 + - 简化版本发布和维护流程,统一提供完整依赖的安装包 + - 用户无需担心 .NET 运行时环境,安装后即可直接使用 ***