Skip to content

Commit

Permalink
Update wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
HMBSbige committed Sep 3, 2019
1 parent 65d4dff commit 788ca96
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
ShadowsocksR for Windows
<img src="shadowsocks-csharp/Resources/ssw128.png" alt="[logo]" width="48"/>ShadowsocksR for Windows
=======================

[![Build Status]][Appveyor]
#### [Wiki](https://github.com/HMBSbige/ShadowsocksR-Windows/wiki)

#### Download

Expand All @@ -10,15 +11,17 @@ ShadowsocksR for Windows

#### Artifacts
* `ShadowsocksR-netcore.zip`
* 需要安装 [.NET Core 3.0 Runtime](https://dotnet.microsoft.com/download/dotnet-core/3.0)
* 需要安装 [.NET Core 3.0 SDK](https://dotnet.microsoft.com/download/dotnet-core/3.0)
* 文件小

* `ShadowsocksR-net48.zip`
* 需要安装 [.NET Framework 4.8](https://dotnet.microsoft.com/download)最新版 Win10 自带
* 需要安装 [.NET Framework 4.8 Runtime](https://dotnet.microsoft.com/download/thank-you/net48-offline)Windows 10 1903 以上自带
* 文件小

**以下版本首次运行会在 `%temp%\.net\ShadowsocksR\` 释放运行库,若有各种清理软件、Windows 更新等误删则会造成运行出错,删除该目录下的所有文件即可重新释放**

**运行文件夹内 clean.cmd 即可清理释放的文件**

* `ShadowsocksR-netcore-win32.zip`
* 无需额外安装任何运行时
* 文件大
Expand Down
Binary file added shadowsocks-csharp/Resources/ssw128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion shadowsocks-csharp/View/MenuViewController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ public void Quit_Click(object sender, EventArgs e)

private void OpenWiki_Click(object sender, RoutedEventArgs e)
{
Utils.OpenURL(@"https://github.com/HMBSbige/shadowsocks-rss/wiki");
Utils.OpenURL(@"https://github.com/HMBSbige/ShadowsocksR-Windows/wiki");
}

private void FeedbackItem_Click(object sender, RoutedEventArgs e)
Expand Down

0 comments on commit 788ca96

Please sign in to comment.