From 740de2b345100908a89710d9d136dce25441f11e Mon Sep 17 00:00:00 2001 From: Robert Muehsig Date: Thu, 19 Oct 2017 21:58:50 +0200 Subject: [PATCH] arg - missing desktop part --- ElectronNET.CLI/Commands/BuildCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElectronNET.CLI/Commands/BuildCommand.cs b/ElectronNET.CLI/Commands/BuildCommand.cs index 89701ce..802e6ca 100644 --- a/ElectronNET.CLI/Commands/BuildCommand.cs +++ b/ElectronNET.CLI/Commands/BuildCommand.cs @@ -127,7 +127,7 @@ namespace ElectronNET.CLI.Commands } Console.WriteLine("Build Electron Desktop Application..."); - string buildPath = Path.Combine(Directory.GetCurrentDirectory(), "bin"); + string buildPath = Path.Combine(Directory.GetCurrentDirectory(), "bin", "desktop"); Console.WriteLine("Executing electron magic in this directory: " + buildPath);