mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-27 22:06:24 +02:00
UI: RPC: Remove git hash from RPC ryujinx logo hover information
This commit is contained in:
parent
b1f61e5143
commit
66054dd225
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ namespace Ryujinx.Ava
|
|||
|
||||
private static readonly string _description =
|
||||
ReleaseInformation.IsValid
|
||||
? $"{VersionString} {ReleaseInformation.ReleaseChannelOwner}/{ReleaseInformation.ReleaseChannelSourceRepo}@{ReleaseInformation.BuildGitHash}"
|
||||
? $"{VersionString} {ReleaseInformation.ReleaseChannelOwner}/{ReleaseInformation.ReleaseChannelSourceRepo}"
|
||||
: "dev build";
|
||||
|
||||
private const string ApplicationId = "1293250299716173864";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue