Browse Source

Fix docs after renaming export option

RedworkDE 2 years ago
parent
commit
5c57b3aba4

+ 2 - 2
platform/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml

@@ -23,8 +23,8 @@
 		<member name="custom_template/release" type="String" setter="" getter="">
 		<member name="custom_template/release" type="String" setter="" getter="">
 			Path to the custom export template. If left empty, default template is used.
 			Path to the custom export template. If left empty, default template is used.
 		</member>
 		</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>
 		<member name="ssh_remote_deploy/cleanup_script" type="String" setter="" getter="">
 		<member name="ssh_remote_deploy/cleanup_script" type="String" setter="" getter="">
 			Script code to execute on the remote host when app is finished.
 			Script code to execute on the remote host when app is finished.

+ 2 - 2
platform/macos/doc_classes/EditorExportPlatformMacOS.xml

@@ -148,8 +148,8 @@
 		<member name="custom_template/release" type="String" setter="" getter="">
 		<member name="custom_template/release" type="String" setter="" getter="">
 			Path to the custom export template. If left empty, default template is used.
 			Path to the custom export template. If left empty, default template is used.
 		</member>
 		</member>
-		<member name="debug/export_console_script" type="int" setter="" getter="">
-			If enabled, a script file that can be used to run the application with console output is created alongside the exported application.
+		<member name="debug/export_console_wrapper" type="int" setter="" getter="">
+			If enabled, a wrapper that can be used to run the application with console output is created alongside the exported application.
 		</member>
 		</member>
 		<member name="display/high_res" type="bool" setter="" getter="">
 		<member name="display/high_res" type="bool" setter="" getter="">
 			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.
 			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.

+ 1 - 1
platform/windows/doc_classes/EditorExportPlatformWindows.xml

@@ -86,7 +86,7 @@
 		<member name="custom_template/release" type="String" setter="" getter="">
 		<member name="custom_template/release" type="String" setter="" getter="">
 			Path to the custom export template. If left empty, default template is used.
 			Path to the custom export template. If left empty, default template is used.
 		</member>
 		</member>
-		<member name="debug/export_console_script" type="int" setter="" getter="">
+		<member name="debug/export_console_wrapper" type="int" setter="" getter="">
 			If [code]true[/code], a console wrapper executable is exported alongside the main executable, which allows running the project with enabled console output.
 			If [code]true[/code], a console wrapper executable is exported alongside the main executable, which allows running the project with enabled console output.
 		</member>
 		</member>
 		<member name="ssh_remote_deploy/cleanup_script" type="String" setter="" getter="">
 		<member name="ssh_remote_deploy/cleanup_script" type="String" setter="" getter="">