Skip to content

Commit 0e22ee3

Browse files
Changed CLI help text
1 parent ce0cdf3 commit 0e22ee3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ElectronNET.CLI/Commands/BuildCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class BuildCommand : ICommand
1313
public const string COMMAND_DESCRIPTION = "Build your Electron Application.";
1414
public static string COMMAND_ARGUMENTS = "Needed: '/target' with params 'win/osx/linux' to build for a typical app or use 'custom' and specify .NET Core build config & electron build config" + Environment.NewLine +
1515
" for custom target, check .NET Core RID Catalog and Electron build target/" + Environment.NewLine +
16-
" e.g. '/target win' or '/target custom \"win7-x86;win32\"'" + Environment.NewLine +
16+
" e.g. '/target win' or '/target custom \"win7-x86;win\"'" + Environment.NewLine +
1717
"Optional: '/dotnet-configuration' with the desired .NET Core build config e.g. release or debug. Default = Release" + Environment.NewLine +
1818
"Optional: '/electron-arch' to specify the resulting electron processor architecture (e.g. ia86 for x86 builds). Be aware to use the '/target custom' param as well!" + Environment.NewLine +
1919
"Optional: '/electron-params' specify any other valid parameter, which will be routed to the electron-packager." + Environment.NewLine +

ElectronNET.WebApp/wwwroot/assets/nav.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ function showNav() {
7777
setTimeout(() => {
7878
activateDefaultSection();
7979
displayAbout();
80-
}, 250);
80+
}, 350);

0 commit comments

Comments
 (0)