Much comparison
This commit is contained in:
parent
9c4be8a585
commit
14e733c09a
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ namespace Ryujinx
|
||||||
Version newVersion = Version.Parse(_buildVer);
|
Version newVersion = Version.Parse(_buildVer);
|
||||||
Version currentVersion = Version.Parse(currentVersionJson);
|
Version currentVersion = Version.Parse(currentVersionJson);
|
||||||
|
|
||||||
if (newVersion.CompareTo(currentVersion) == 0)
|
if (newVersion.CompareTo(currentVersion) > 0)
|
||||||
{
|
{
|
||||||
GtkDialog.CreateInfoDialog("Update", "Ryujinx - Updater", "You are already using the most updated version of Ryujinx!", "");
|
GtkDialog.CreateInfoDialog("Update", "Ryujinx - Updater", "You are already using the most updated version of Ryujinx!", "");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue