mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-10 15:51:42 +00:00
Fix Avalonia updater
This commit is contained in:
parent
c1a7b5bcdb
commit
b8fc97adf2
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ namespace Ryujinx.Modules
|
|||
string assetState = (string)asset["state"];
|
||||
string downloadURL = (string)asset["browser_download_url"];
|
||||
|
||||
if (assetName.StartsWith("ava-ryujinx") && assetName.EndsWith(_platformExt))
|
||||
if (assetName.StartsWith("test-ava-ryujinx") && assetName.EndsWith(_platformExt))
|
||||
{
|
||||
_buildUrl = downloadURL;
|
||||
|
||||
|
|
Loading…
Reference in a new issue