We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6097f9b commit cb20c06Copy full SHA for cb20c06
ElectronNET.CLI/Commands/StartElectronCommand.cs
@@ -69,7 +69,7 @@ public Task<bool> ExecuteAsync()
69
else
70
{
71
Console.WriteLine("Invoke electron - in dir: " + path);
72
- ProcessHelper.CmdExecute(@"electron ""..\..\main.js""", path);
+ ProcessHelper.CmdExecute(@"./electron ""../../main.js""", path);
73
}
74
75
return true;
0 commit comments