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 @@ +