UI: RPC: link to release channels on logo in RPC

This commit is contained in:
GreemDev 2025-05-28 00:13:27 -05:00
parent 6873303864
commit 7157565665

View File

@ -23,7 +23,7 @@ namespace Ryujinx.Ava.Systems
private static readonly string _description =
ReleaseInformation.IsValid
? $"{VersionString} {ReleaseInformation.ReleaseChannelOwner}/{ReleaseInformation.ReleaseChannelSourceRepo}"
? $"{VersionString} {ReleaseInformation.ReleaseChannelOwner}/{ReleaseInformation.ReleaseChannelRepo}"
: "dev build";
private const string ApplicationId = "1293250299716173864";