mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00: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…
Add table
Add a link
Reference in a new issue