diff --git a/Release-files-introduction.md b/Release-files-introduction.md index 66c0305..a7f0b33 100644 --- a/Release-files-introduction.md +++ b/Release-files-introduction.md @@ -14,13 +14,15 @@ #### Windows x64 -- `v2rayN-windows-64.zip` 需要安装 [Microsoft .NET 8.0 Desktop Runtime] -- `v2rayN-windows-64-SelfContained.zip` +- `v2rayN-windows-64.zip` WPF实现的界面,需要安装 [Microsoft .NET 8.0 Desktop Runtime] +- `v2rayN-windows-64-SelfContained.zip` WPF实现的界面 +- `v2rayN-windows-64-desktop.zip` Avalonia UI 实现的界面 - 其他 Core 你可以从 [这里](https://github.com/2dust/v2rayN-core-bin/blob/master/v2rayN-windows-64-other-bins.zip) 下载后放入 bin 文件夹 #### Windows arm64 -- `v2rayN-windows-arm64.zip` 需要安装 [Microsoft .NET 8.0 Desktop Runtime] +- `v2rayN-windows-arm64.zip` WPF实现的界面,需要安装 [Microsoft .NET 8.0 Desktop Runtime] +- `v2rayN-windows-arm64-desktop.zip` Avalonia UI 实现的界面 ### Linux @@ -36,14 +38,14 @@ #### Linux x64 - `v2rayN-linux-64.zip` 执行: `chmod +x v2rayN` 普通用户运行 `./v2rayN` -- `v2rayN-linux-64.deb` 安装:`sudo dpkg -i v2rayN-linux-64.deb` -- `v2rayN-linux-64.AppImage` +- `v2rayN-linux-64.deb` 安装:`sudo dpkg -i v2rayN-linux-64.deb` ,无法使用内置检查更新升级版本 +- `v2rayN-linux-64.AppImage` 无法使用内置检查更新升级版本 #### Linux arm64 - `v2rayN-linux-arm64.zip` 执行: `chmod +x v2rayN` 普通用户运行 `./v2rayN` -- `v2rayN-linux-arm64.deb` 安装:`sudo dpkg -i v2rayN-linux-arm64.deb` -- `v2rayN-linux-arm64.AppImage` +- `v2rayN-linux-arm64.deb` 安装:`sudo dpkg -i v2rayN-linux-arm64.deb` ,无法使用内置检查更新升级版本 +- `v2rayN-linux-arm64.AppImage` 无法使用内置检查更新升级版本 ### macOS