Skip to content

Commit

Permalink
UI: RPC: Remove git hash from RPC ryujinx logo hover information
Browse files Browse the repository at this point in the history
  • Loading branch information
GreemDev committed Feb 16, 2025
1 parent b1f61e5 commit 66054dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ryujinx/DiscordIntegrationModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ private static string VersionString

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";
Expand Down

0 comments on commit 66054dd

Please sign in to comment.