Skip to content

Commit 043d2a0

Browse files
authored
fix wrong electron-version
due to wrong initial base branch
1 parent bc67eaf commit 043d2a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ElectronNET.CLI/Commands/BuildCommand.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,7 @@ public Task<bool> ExecuteAsync()
205205
: $"node build-helper.js {manifestFileName} {version}", tempPath);
206206

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

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

0 commit comments

Comments
 (0)