Skip to content

Commit 62b37d0

Browse files
add to set author and name in electron.manifest.json #348
1 parent ca8f4c4 commit 62b37d0

File tree

10 files changed

+56
-56
lines changed

10 files changed

+56
-56
lines changed

ElectronNET.CLI/Commands/BuildCommand.cs

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

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

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

ElectronNET.Host/api/app.js

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ElectronNET.Host/api/app.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ElectronNET.Host/api/webContents.js

Lines changed: 36 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)