From fe439a0cb683fad2824aef4a9b114d8cfdc2aa77 Mon Sep 17 00:00:00 2001 From: MystiPanda Date: Mon, 6 May 2024 15:15:07 +0800 Subject: [PATCH] ci: update release body --- .github/workflows/alpha.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 3153c210..aebad13c 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -246,9 +246,12 @@ jobs: - Linux 32位: i386.deb - Linux arm64架构: arm64.deb - Linux armv7架构: armhf.deb - - Windows 便携板 64位: x64_portable.zip (不推荐使用,无法自动更新) - - Windows 便携板 32位: x86_portable.zip (不推荐使用,无法自动更新) - - Windows 便携板 arm64架构: arm64_portable.zip (不推荐使用,无法自动更新) + - Windows 便携版 64位: x64_portable.zip (不推荐使用,无法自动更新) + - Windows 便携版 32位: x86_portable.zip (不推荐使用,无法自动更新) + - Windows 便携版 arm64架构: arm64_portable.zip (不推荐使用,无法自动更新) + - Windows 内置Webview2版 64位: x64_fixed_webview2-setup.exe (体积较大,仅在无法安装webview2时使用) + - Windows 内置Webview2版 32位: x86_fixed_webview2-setup.exe (体积较大,仅在无法安装webview2时使用) + - Windows 内置Webview2版 arm64架构: arm64_fixed_webview2-setup.exe (体积较大,仅在无法安装webview2时使用) ### FAQ