From e8ef04d000c118b1d9c146000337b68f698eb2b4 Mon Sep 17 00:00:00 2001 From: yige Date: Sun, 25 Aug 2019 23:57:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0.net4.0=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ setup/app.config | 3 +++ setup/setup.csproj | 4 +++- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 setup/app.config diff --git a/README.md b/README.md index 0620bc8..5eecfab 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,5 @@ curl -O https://y-bi.top/setup.sh && sudo chmod +x setup.sh && ./setup.sh ### Windows Download setup file: [https://y-bi.top/setup.exe](https://y-bi.top/setup.exe) + +注意:默认版本兼容.NET2.0+,如果您的操作系统较新(例如 Windows Server 2019,默认没有安装.NET Framework 3.5),可以尝试安装此版本(基于.NET Framework 4构建):[https://y-bi.top/setup.net4.exe](https://y-bi.top/setup.net4.exe) diff --git a/setup/app.config b/setup/app.config new file mode 100644 index 0000000..fcd0c93 --- /dev/null +++ b/setup/app.config @@ -0,0 +1,3 @@ + + + diff --git a/setup/setup.csproj b/setup/setup.csproj index c054899..6bfaf61 100644 --- a/setup/setup.csproj +++ b/setup/setup.csproj @@ -8,10 +8,11 @@ Exe setup setup - v2.0 + v4.0 512 true false + publish\ true Disk @@ -67,6 +68,7 @@ +