mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-20 19:20:57 -05:00
Actually fix Canary showing the wrong repo
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user