mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -08:00
fix<App>: change url for checking update
This commit is contained in:
parent
2b2598d2f3
commit
39b5cb54fc
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ namespace SourceGit {
|
|||
Task.Run(() => {
|
||||
try {
|
||||
var web = new WebClient() { Encoding = Encoding.UTF8 };
|
||||
var raw = web.DownloadString("https://gitee.com/api/v5/repos/sourcegit/SourceGit/releases/latest");
|
||||
var raw = web.DownloadString("https://gitee.com/api/v5/repos/sourcegit/sourcegit/releases/latest");
|
||||
var ver = Models.Version.Load(raw);
|
||||
var cur = Assembly.GetExecutingAssembly().GetName().Version;
|
||||
|
||||
|
|
Loading…
Reference in a new issue