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