Browse Source

Merge pull request #2088 from upupming/master

Fixed: .net download link
tags/4.1.3
Allen Zhu GitHub 6 years ago
parent
commit
b6b77ea26c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shadowsocks-csharp/Program.cs

+ 1
- 1
shadowsocks-csharp/Program.cs View File

@@ -38,7 +38,7 @@ namespace Shadowsocks
"Shadowsocks Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
Process.Start(
"http://dotnetsocial.cloudapp.net/GetDotnet?tfm=.NETFramework,Version=v4.6.2");
"https://www.microsoft.com/download/details.aspx?id=53344");
return;
}


Loading…
Cancel
Save