diff --git a/ElectronNET.CLI/Commands/StartElectronCommand.cs b/ElectronNET.CLI/Commands/StartElectronCommand.cs index cd91527..6cb0b66 100644 --- a/ElectronNET.CLI/Commands/StartElectronCommand.cs +++ b/ElectronNET.CLI/Commands/StartElectronCommand.cs @@ -69,7 +69,7 @@ namespace ElectronNET.CLI.Commands else { Console.WriteLine("Invoke electron - in dir: " + path); - ProcessHelper.CmdExecute(@"electron ""..\..\main.js""", path); + ProcessHelper.CmdExecute(@"./electron ""../../main.js""", path); } return true;