From 91a2ee91ce3b829d567b13af27fd57b221aa3354 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 20 May 2026 09:35:55 -0400 Subject: [PATCH] changed download URLs --- src/Ryujinx/Program.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Ryujinx/Program.cs b/src/Ryujinx/Program.cs index 9992cc4b8..17d941962 100644 --- a/src/Ryujinx/Program.cs +++ b/src/Ryujinx/Program.cs @@ -154,13 +154,9 @@ namespace Ryujinx.Ava if (container is not null && container.EqualsIgnoreCase("flatpak")) { - Logger.Warning?.PrintMsg(LogClass.Application, "This is very likely an unofficial build, Ryujinx does NOT have a flatpak!"); Logger.Info?.PrintMsg(LogClass.Application, "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-="); + Logger.Warning?.PrintMsg(LogClass.Application, "This is very likely an unofficial build, Ryujinx does NOT have a flatpak!"); Logger.Info?.PrintMsg(LogClass.Application, "Please visit https://ryujinx.app/ for our official builds."); - Logger.Info?.PrintMsg(LogClass.Application, - " AppImage >> https://update.ryujinx.app/download/query?os=linuxappimage&arch=x64&rc=stable"); - Logger.Info?.PrintMsg(LogClass.Application, - " Tarball >> https://update.ryujinx.app/download/query?os=linux&arch=x64&rc=stable"); Logger.Info?.PrintMsg(LogClass.Application, "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-="); } }