mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-14 04:36:59 +00:00
Actually fix Canary showing the wrong repo
This commit is contained in:
parent
79ba9d1258
commit
42cbe24bb1
4 changed files with 8 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue