Răsfoiți Sursa

Fix Avalonia updater

Mary 3 ani în urmă
părinte
comite
b8fc97adf2
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Ryujinx.Ava/Modules/Updater/Updater.cs

+ 1 - 1
Ryujinx.Ava/Modules/Updater/Updater.cs

@@ -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;