From d6e044de926853fd05b9216e1673dbada765b752 Mon Sep 17 00:00:00 2001 From: Robert Muehsig Date: Thu, 19 Oct 2017 21:46:46 +0200 Subject: [PATCH] test to kick of appveyor --- 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 6fb190f..89701ce 100644 --- a/ElectronNET.CLI/Commands/BuildCommand.cs +++ b/ElectronNET.CLI/Commands/BuildCommand.cs @@ -116,7 +116,7 @@ namespace ElectronNET.CLI.Commands if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) { - // Works proper on Windows... + // Works proper on Windows... ProcessHelper.CmdExecute("npm install electron-packager --global", tempPath); } else