fix
This commit is contained in:
parent
57719354d7
commit
3c61d44af1
Binary file not shown.
|
@ -184,7 +184,6 @@ namespace Ultron.Ngrok
|
||||||
public void CheckUpdateAsync()
|
public void CheckUpdateAsync()
|
||||||
{
|
{
|
||||||
string checkUrl = "https://blog.wixy.cn/api/release/" + AssemblyProduct + "/" + AssemblyVersion;
|
string checkUrl = "https://blog.wixy.cn/api/release/" + AssemblyProduct + "/" + AssemblyVersion;
|
||||||
checkUrl = "https://blog.wixy.cn/api/release/NisStartTool/0.0.1";
|
|
||||||
HttpGet(checkUrl);
|
HttpGet(checkUrl);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue