瀏覽代碼

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

Evan Husted 1 年之前
父節點
當前提交
66054dd225
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Ryujinx/DiscordIntegrationModule.cs

+ 1 - 1
src/Ryujinx/DiscordIntegrationModule.cs

@@ -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";