Merge pull request #78160 from RedworkDE/fix-docs-rename-export-option

Fix docs after renaming export option
This commit is contained in:
Rémi Verschelde 2023-06-13 00:05:06 +02:00 committed by GitHub
commit a3c49ad2f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -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.

View file

@ -148,8 +148,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 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 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.

View file

@ -86,7 +86,7 @@
<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="">
<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.
</member>
<member name="ssh_remote_deploy/cleanup_script" type="String" setter="" getter="">