mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-29 00:59:51 -06:00
Fix canary updater & checking if current build is canary.
This commit is contained in:
@ -156,7 +156,7 @@ namespace Ryujinx.Ava
|
||||
|
||||
try
|
||||
{
|
||||
newVersion = Version.Parse(_buildVer);
|
||||
newVersion = Version.Parse(ReleaseInformation.IsCanaryBuild ? _buildVer.Split(' ')[1] : _buildVer);
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
Reference in New Issue
Block a user