Exporter for Linux/BSD. $DOCS_URL/tutorials/export/exporting_for_linux.html Application executable architecture. Supported architectures: [code]x86_32[/code], [code]x86_64[/code], [code]arm64[/code], [code]arm32[/code], [code]rv64[/code], [code]ppc64[/code], and [code]ppc32[/code]. Official export templates include [code]x86_32[/code] and [code]x86_64[/code] binaries only. If [code]true[/code], project resources are embedded into the executable. 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. 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. The following variables can be used in the script: - [code]{temp_dir}[/code] - Path of temporary folder on the remote, used to upload app and scripts to. - [code]{archive_name}[/code] - Name of the ZIP containing uploaded application. - [code]{exe_name}[/code] - Name of application executable. - [code]{cmd_args}[/code] - Array of the command line argument for the application. Enables remote deploy using SSH/SCP. Array of the additional command line arguments passed to the SCP. Array of the additional command line arguments passed to the SSH. Remote host SSH user name and address, in [code]user@address[/code] format. Remote host SSH port number. Script code to execute on the remote host when running the app. The following variables can be used in the script: - [code]{temp_dir}[/code] - Path of temporary folder on the remote, used to upload app and scripts to. - [code]{archive_name}[/code] - Name of the ZIP containing uploaded application. - [code]{exe_name}[/code] - Name of application executable. - [code]{cmd_args}[/code] - Array of the command line argument for the application. If [code]true[/code], project textures are exported in the ETC2/ASTC format. If [code]true[/code], project textures are exported in the S3TC/BPTC format.