Skip to content

Commit db9d3b1

Browse files
activate Electron 7.1.2 build
1 parent a788d71 commit db9d3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ElectronNET.CLI/Commands/BuildCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public Task<bool> ExecuteAsync()
160160
ProcessHelper.CmdExecute($"node build-helper.js", tempPath);
161161

162162
Console.WriteLine($"Package Electron App for Platform {platformInfo.ElectronPackerPlatform}...");
163-
ProcessHelper.CmdExecute($"npx electron-builder . --config=./bin/electron-builder.json --{platformInfo.ElectronPackerPlatform} --{electronArch} -c.electronVersion=5.0.8 {electronParams}", tempPath);
163+
ProcessHelper.CmdExecute($"npx electron-builder . --config=./bin/electron-builder.json --{platformInfo.ElectronPackerPlatform} --{electronArch} -c.electronVersion=7.1.2 {electronParams}", tempPath);
164164

165165
Console.WriteLine("... done");
166166

0 commit comments

Comments
 (0)