Skip to content

Commit

Permalink
fix wrong electron-version
Browse files Browse the repository at this point in the history
due to wrong initial base branch
  • Loading branch information
Thokerb authored Jun 5, 2024
1 parent bc67eaf commit 043d2a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ElectronNET.CLI/Commands/BuildCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,7 @@ public Task<bool> ExecuteAsync()
: $"node build-helper.js {manifestFileName} {version}", tempPath);

Console.WriteLine($"Package Electron App for Platform {platformInfo.ElectronPackerPlatform}...");
ProcessHelper.CmdExecute($"npx [email protected] --config=./bin/electron-builder.json --{platformInfo.ElectronPackerPlatform} --{electronArch} -c.electronVersion=23.2.0 {electronParams}", tempPath);

ProcessHelper.CmdExecute($"npx [email protected] --config=./bin/electron-builder.json --{platformInfo.ElectronPackerPlatform} --{electronArch} -c.electronVersion=30.0.3 {electronParams}", tempPath);

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

Expand Down

0 comments on commit 043d2a0

Please sign in to comment.