Fix troubleshooting json error on non-Windows platforms

This commit is contained in:
marzent 2026-02-11 13:03:32 +01:00
parent 28e39ab9e2
commit 0a070970a0

View file

@ -90,8 +90,7 @@ public static class Troubleshooting
File.WriteAllText(
Path.Join(
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData),
"XIVLauncher",
startInfo.LogPath,
"dalamud.troubleshooting.json"),
JsonConvert.SerializeObject(payload, Formatting.Indented));
}