From 0e22ee3fd3742b5906f822ffa1fb602239d57c22 Mon Sep 17 00:00:00 2001 From: Gregor Biswanger Date: Fri, 2 Jul 2021 12:47:51 +0200 Subject: [PATCH] Changed CLI help text --- ElectronNET.CLI/Commands/BuildCommand.cs | 2 +- ElectronNET.WebApp/wwwroot/assets/nav.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ElectronNET.CLI/Commands/BuildCommand.cs b/ElectronNET.CLI/Commands/BuildCommand.cs index 1e9a6b6..9159baf 100644 --- a/ElectronNET.CLI/Commands/BuildCommand.cs +++ b/ElectronNET.CLI/Commands/BuildCommand.cs @@ -13,7 +13,7 @@ namespace ElectronNET.CLI.Commands public const string COMMAND_DESCRIPTION = "Build your Electron Application."; 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 + " for custom target, check .NET Core RID Catalog and Electron build target/" + Environment.NewLine + - " e.g. '/target win' or '/target custom \"win7-x86;win32\"'" + Environment.NewLine + + " e.g. '/target win' or '/target custom \"win7-x86;win\"'" + Environment.NewLine + "Optional: '/dotnet-configuration' with the desired .NET Core build config e.g. release or debug. Default = Release" + Environment.NewLine + "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 + "Optional: '/electron-params' specify any other valid parameter, which will be routed to the electron-packager." + Environment.NewLine + diff --git a/ElectronNET.WebApp/wwwroot/assets/nav.js b/ElectronNET.WebApp/wwwroot/assets/nav.js index 642c555..36f26cf 100644 --- a/ElectronNET.WebApp/wwwroot/assets/nav.js +++ b/ElectronNET.WebApp/wwwroot/assets/nav.js @@ -77,4 +77,4 @@ function showNav() { setTimeout(() => { activateDefaultSection(); displayAbout(); -}, 250); \ No newline at end of file +}, 350); \ No newline at end of file