From 18b21ae445e6909a7513ec7dc2234344375a7832 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Thu, 13 Apr 2023 16:39:38 +0800 Subject: [PATCH] Created Release files introduction (markdown) --- Release-files-introduction.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Release-files-introduction.md diff --git a/Release-files-introduction.md b/Release-files-introduction.md new file mode 100644 index 0000000..969b7e2 --- /dev/null +++ b/Release-files-introduction.md @@ -0,0 +1,12 @@ +## 发布文件介绍 + +### windows x64 +- v2rayN-With-Core.zip 包含所有Core文件,如您第一次请下载此包 +- v2rayN.zip 不包含Core文件 +- zz-v2rayN-With-Core-SelfContained.7z,包含所有Core文件;独立包,不需要下载安装[Microsoft .NET 6.0 Desktop Runtime] + +### windows x86 +- v2rayN-32.zip 不包含Core文件 + +### windows arm64 +- v2rayN-arm64.zip 不包含Core文件 \ No newline at end of file