1
0
mirror of synced 2024-09-24 03:28:21 +02:00

Fix update check. Redownload the tool from github

This commit is contained in:
KillzXGaming 2019-05-14 21:50:37 -04:00
parent 82040c6913
commit 1479a62f24
2 changed files with 5 additions and 5 deletions

Binary file not shown.

View File

@ -39,11 +39,11 @@ namespace Toolbox
if (Runtime.CompileDate != latest.Assets[0].UpdatedAt.ToString())
{
// LatestReleaseTime = latest.Assets[0].UpdatedAt.DateTime;
// LatestRelease = latest;
// CanUpdate = true;
LatestReleaseTime = latest.Assets[0].UpdatedAt.DateTime;
LatestRelease = latest;
CanUpdate = true;
DownloadRelease();
/* DownloadRelease();
if (CanUpdate)
{
LatestReleaseTime = latest.Assets[0].UpdatedAt.DateTime;
@ -52,7 +52,7 @@ namespace Toolbox
else
{
}
}*/
}
break;
}