mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-19 06:17:43 +01:00
Fix troubleshooting json error on non-Windows platforms
This commit is contained in:
parent
28e39ab9e2
commit
0a070970a0
1 changed files with 1 additions and 2 deletions
|
|
@ -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));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue