mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-04-21 16:11:56 +00:00
Added links to flatpak check
This commit is contained in:
parent
9f3394ad30
commit
89487d67c4
1 changed files with 5 additions and 1 deletions
|
|
@ -158,7 +158,11 @@ namespace Ryujinx.Ava
|
||||||
if (Environment.GetEnvironmentVariable("container").EqualsIgnoreCase("flatpak"))
|
if (Environment.GetEnvironmentVariable("container").EqualsIgnoreCase("flatpak"))
|
||||||
{
|
{
|
||||||
Logger.Warning?.PrintMsg(LogClass.Application, "This is very likely an unofficial build, Ryujinx does NOT have a flatpak!");
|
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 AppImage or tarball.");
|
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 >> http://update.ryujinx.app/download/query?os=linux&arch=x64&rc=stable");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue