Merge pull request #2618 from marzent/troubleshoot-error

Fix troubleshooting json error on non-Windows platforms
This commit is contained in:
goat 2026-02-12 20:37:34 +01:00 committed by GitHub
commit 0f14f5dab7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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));
} }