Actually fix Canary showing the wrong repo

This commit is contained in:
Evan Husted
2024-11-10 23:32:37 -06:00
parent 79ba9d1258
commit 42cbe24bb1
4 changed files with 8 additions and 2 deletions

View File

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