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];