From 6b625c4f4f413fee7b40096af603452a73057d24 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Sat, 26 Oct 2024 15:11:42 +0800 Subject: [PATCH] Updated Release files introduction (markdown) --- Release-files-introduction.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/Release-files-introduction.md b/Release-files-introduction.md index 6f0eb1e..c9b12d8 100644 --- a/Release-files-introduction.md +++ b/Release-files-introduction.md @@ -1,4 +1,23 @@ -## 发布文件介绍 +## 发布文件介绍 (v7.x) + +## 说明 +1. 独立包:不需要安装[Microsoft .NET 8.0 Desktop Runtime] +1. 非独立包:需要安装[Microsoft .NET 8.0 Desktop Runtime] + +### Windows x64 +- `v2rayN-windows-64-With-Core.zip` 包含所有Core文件,如您第一次使用请下载此包;非独立包 +- `v2rayN-windows-64.zip` 不包含Core文件;非独立包 +- `v2rayN-windows-64-SelfContained-With-Core.7z`,包含所有Core文件;独立包 +- `v2rayN-windows-64-SelfContained.zip`,不包含Core文件;独立包 + +### Windows arm64 +- `v2rayN-windows-arm64.zip` 不包含Core文件;非独立包 + +### Linux x64 +- `v2rayN-linux-64.zip` 包含部分Core文件;独立包 + + +## 发布文件介绍 (v6.x) ### windows x64 - v2rayN-With-Core.zip 包含所有Core文件,如您第一次请下载此包