Update BuildCommand.cs

This commit is contained in:
rafael-aero
2021-10-11 19:36:41 +02:00
parent 228a5cef31
commit 62003ae5fc

View File

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