Explorar el Código

Fix Avalonia updater

Mary hace 4 años
padre
commit
b8fc97adf2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;