mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
feat: add Git hash to troubleshooting
This commit is contained in:
parent
411b1f4f5e
commit
c5f936d20a
1 changed files with 3 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ namespace Dalamud
|
|||
{
|
||||
LoadedPlugins = dalamud.PluginManager.InstalledPlugins.Select(x => x.Manifest).ToArray(),
|
||||
DalamudVersion = Util.AssemblyVersion,
|
||||
DalamudGitHash = Util.GetGitHash(),
|
||||
GameVersion = dalamud.StartInfo.GameVersion.ToString(),
|
||||
Language = dalamud.StartInfo.Language.ToString(),
|
||||
DoDalamudTest = dalamud.Configuration.DoDalamudTest,
|
||||
|
|
@ -51,6 +52,8 @@ namespace Dalamud
|
|||
public PluginManifest[] LoadedPlugins { get; set; }
|
||||
|
||||
public string DalamudVersion { get; set; }
|
||||
|
||||
public string DalamudGitHash { get; set; }
|
||||
|
||||
public string GameVersion { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue