mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-09-24 07:54:43 +00:00
Update BuildCommand.cs
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user