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( File.WriteAllText(
Path.Join( Path.Join(
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), startInfo.LogPath,
"XIVLauncher",
"dalamud.troubleshooting.json"), "dalamud.troubleshooting.json"),
JsonConvert.SerializeObject(payload, Formatting.Indented)); JsonConvert.SerializeObject(payload, Formatting.Indented));
} }