We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f702b0e commit 3fce16dCopy full SHA for 3fce16d
Regex/Regex/Dot.cs
@@ -19,7 +19,7 @@ public static void GenerateSvg(string dotFilePath, string outputSvgPath)
19
{
20
var processStartInfo = new ProcessStartInfo
21
22
- FileName = "dot",
+ FileName = "dot.exe",
23
Arguments = $"-Tsvg \"{dotFilePath}\" -o \"{outputSvgPath}\"",
24
RedirectStandardOutput = true,
25
RedirectStandardError = true,
0 commit comments