From 62003ae5fc105347b5e4056eb517a7ed4f0c0b12 Mon Sep 17 00:00:00 2001 From: rafael-aero Date: Mon, 11 Oct 2021 19:36:41 +0200 Subject: [PATCH] Update BuildCommand.cs --- 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 f3d457a..93cb6d4 100644 --- a/ElectronNET.CLI/Commands/BuildCommand.cs +++ b/ElectronNET.CLI/Commands/BuildCommand.cs @@ -179,7 +179,7 @@ Full example for a 32bit debug build with electron prune: build /target custom w electronArch = parser.Arguments[_paramElectronArch][0]; } - string electronVersion = "13.1.5"; + string electronVersion = "15.1.1"; if (parser.Arguments.ContainsKey(_paramElectronVersion)) { electronVersion = parser.Arguments[_paramElectronVersion][0];