mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-09 02:07:47 +00:00
first step in fixing the debug UX
related to https://github.com/ElectronNET/Electron.NET/issues/13
This commit is contained in:
@@ -74,7 +74,10 @@ namespace ElectronNET.CLI.Commands
|
||||
Console.WriteLine("Start npm install...");
|
||||
ProcessHelper.CmdExecute("npm install", tempPath);
|
||||
|
||||
ProcessHelper.CmdExecute(@"electron.cmd ""..\..\main.js""", Path.Combine(tempPath, "node_modules", ".bin"), false, false);
|
||||
string path = Path.Combine(tempPath, "node_modules", ".bin");
|
||||
Console.WriteLine("Invoke electron.cmd - in dir: " + path);
|
||||
|
||||
ProcessHelper.CmdExecute(@"electron.cmd ""..\..\main.js""", path);
|
||||
|
||||
return true;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user