update to electron 15.1.2

This commit is contained in:
rafael-aero
2021-10-12 13:11:29 +02:00
parent 62003ae5fc
commit 7e5903f5bc
4 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
variables:
PackageVersion: 15.1.1.$(Build.BuildId)
PackageVersion: 15.1.2.$(Build.BuildId)
projectAPI: './ElectronNET.API/ElectronNET.API.csproj'
projectCLI: './ElectronNET.CLI/ElectronNET.CLI.csproj'

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 = "15.1.1";
string electronVersion = "15.1.2";
if (parser.Arguments.ContainsKey(_paramElectronVersion))
{
electronVersion = parser.Arguments[_paramElectronVersion][0];

View File

@@ -397,9 +397,9 @@
"dev": true
},
"electron": {
"version": "15.1.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-15.1.1.tgz",
"integrity": "sha512-ogVGNWL38KegiqAhUdgjWoKPOufTqDb+cNIqQF/WpVxgauNjzXEk/RNEk7qlw946B/g2dHpzpHeUhi+D/4EcIg==",
"version": "15.1.2",
"resolved": "https://registry.npmjs.org/electron/-/electron-15.1.2.tgz",
"integrity": "sha512-cU5x1ZvhwcTtzClJrsxqbvCocs40uhuXcdXbXFMpe6XnbnjruTbwrB2V0OxN01pStDrYihnfKo2yhfEvhO3zmw==",
"dev": true,
"requires": {
"@electron/get": "^1.13.0",

View File

@@ -20,7 +20,7 @@
},
"devDependencies": {
"@types/node": "^16.9.6",
"electron": "^15.1.1",
"electron": "^15.1.2",
"tslint": "^6.1.3",
"typescript": "^4.4.3"
}