Revert "UI: RPC: Remove git hash from RPC ryujinx logo hover information"

This reverts commit 4823599b9cf2b1c7ed844b4c680d9a78e52c398f.
This commit is contained in:
Evan Husted 2025-02-16 00:57:13 -06:00
parent 4823599b9c
commit 8046efbb11

View File

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