From 8f43d451fdfb7c7a5ef0a777064f51ba93cd95fb Mon Sep 17 00:00:00 2001 From: Robert Muehsig Date: Thu, 19 Oct 2017 21:32:28 +0200 Subject: [PATCH] .... --- ElectronNET.CLI/Commands/BuildCommand.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ElectronNET.CLI/Commands/BuildCommand.cs b/ElectronNET.CLI/Commands/BuildCommand.cs index f4d309c..6fb190f 100644 --- a/ElectronNET.CLI/Commands/BuildCommand.cs +++ b/ElectronNET.CLI/Commands/BuildCommand.cs @@ -127,6 +127,7 @@ namespace ElectronNET.CLI.Commands } Console.WriteLine("Build Electron Desktop Application..."); + string buildPath = Path.Combine(Directory.GetCurrentDirectory(), "bin"); Console.WriteLine("Executing electron magic in this directory: " + buildPath);