mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-14 00:47:37 +00:00
Fix update check. Redownload the tool from github
This commit is contained in:
parent
82040c6913
commit
1479a62f24
2 changed files with 5 additions and 5 deletions
Binary file not shown.
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue