From 5c57b3aba4dbee8e6931004348c112d2ddb55762 Mon Sep 17 00:00:00 2001 From: RedworkDE <10944644+RedworkDE@users.noreply.github.com> Date: Mon, 12 Jun 2023 23:57:26 +0200 Subject: [PATCH] Fix docs after renaming export option --- .../linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml | 4 ++-- platform/macos/doc_classes/EditorExportPlatformMacOS.xml | 4 ++-- platform/windows/doc_classes/EditorExportPlatformWindows.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/platform/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml b/platform/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml index 4ab24649297..77a6ece7561 100644 --- a/platform/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml +++ b/platform/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml @@ -23,8 +23,8 @@ Path to the custom export template. If left empty, default template is used. - - If [code]true[/code], a console wrapper script is exported alongside the main executable, which allows running the project with enabled console output. + + If [code]true[/code], a console wrapper is exported alongside the main executable, which allows running the project with enabled console output. Script code to execute on the remote host when app is finished. diff --git a/platform/macos/doc_classes/EditorExportPlatformMacOS.xml b/platform/macos/doc_classes/EditorExportPlatformMacOS.xml index d030995ee74..cef837de071 100644 --- a/platform/macos/doc_classes/EditorExportPlatformMacOS.xml +++ b/platform/macos/doc_classes/EditorExportPlatformMacOS.xml @@ -148,8 +148,8 @@ Path to the custom export template. If left empty, default template is used. - - If enabled, a script file that can be used to run the application with console output is created alongside the exported application. + + If enabled, a wrapper that can be used to run the application with console output is created alongside the exported application. If [code]true[/code], the application is rendered at native display resolution, otherwise it is always rendered at loHPI resolution and upscaled by OS when required. diff --git a/platform/windows/doc_classes/EditorExportPlatformWindows.xml b/platform/windows/doc_classes/EditorExportPlatformWindows.xml index 4bdeed19ad6..7506ac09f0f 100644 --- a/platform/windows/doc_classes/EditorExportPlatformWindows.xml +++ b/platform/windows/doc_classes/EditorExportPlatformWindows.xml @@ -86,7 +86,7 @@ Path to the custom export template. If left empty, default template is used. - + If [code]true[/code], a console wrapper executable is exported alongside the main executable, which allows running the project with enabled console output.