diff options
| author | RedworkDE <10944644+RedworkDE@users.noreply.github.com> | 2023-06-12 23:57:26 +0200 |
|---|---|---|
| committer | RedworkDE <10944644+RedworkDE@users.noreply.github.com> | 2023-06-12 23:59:55 +0200 |
| commit | 5c57b3aba4dbee8e6931004348c112d2ddb55762 (patch) | |
| tree | e193386a59a2d4c12a8d0d2ba425c4d1a56da4c0 /platform/linuxbsd/doc_classes | |
| parent | a5206e449ead208b6cb79a3731ef58bf871d5f05 (diff) | |
| download | redot-engine-5c57b3aba4dbee8e6931004348c112d2ddb55762.tar.gz | |
Fix docs after renaming export option
Diffstat (limited to 'platform/linuxbsd/doc_classes')
| -rw-r--r-- | platform/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml b/platform/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml index 4ab2464929..77a6ece756 100644 --- a/platform/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml +++ b/platform/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml @@ -23,8 +23,8 @@ <member name="custom_template/release" type="String" setter="" getter=""> Path to the custom export template. If left empty, default template is used. </member> - <member name="debug/export_console_script" type="int" setter="" getter=""> - If [code]true[/code], a console wrapper script is exported alongside the main executable, which allows running the project with enabled console output. + <member name="debug/export_console_wrapper" type="int" setter="" getter=""> + If [code]true[/code], a console wrapper is exported alongside the main executable, which allows running the project with enabled console output. </member> <member name="ssh_remote_deploy/cleanup_script" type="String" setter="" getter=""> Script code to execute on the remote host when app is finished. |
