mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-09-22 06:54:44 +00:00
Merge pull request #46 from yamachu/fix/unix_invoke_path
Use electron that exist in current path
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user