From 8046efbb11acf49315f1e09948c4cd95c8d87b86 Mon Sep 17 00:00:00 2001 From: Evan Husted Date: Sun, 16 Feb 2025 00:57:13 -0600 Subject: [PATCH] Revert "UI: RPC: Remove git hash from RPC ryujinx logo hover information" This reverts commit 4823599b9cf2b1c7ed844b4c680d9a78e52c398f. --- src/Ryujinx/DiscordIntegrationModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ryujinx/DiscordIntegrationModule.cs b/src/Ryujinx/DiscordIntegrationModule.cs index 0ffbd198d..47fc8ad69 100644 --- a/src/Ryujinx/DiscordIntegrationModule.cs +++ b/src/Ryujinx/DiscordIntegrationModule.cs @@ -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";