class_editorexportplatformwindows.rst 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/4.2/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/4.2/platform/windows/doc_classes/EditorExportPlatformWindows.xml.
  6. .. _class_EditorExportPlatformWindows:
  7. EditorExportPlatformWindows
  8. ===========================
  9. **Inherits:** :ref:`EditorExportPlatformPC<class_EditorExportPlatformPC>` **<** :ref:`EditorExportPlatform<class_EditorExportPlatform>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  10. Exporter for Windows.
  11. .. rst-class:: classref-introduction-group
  12. Tutorials
  13. ---------
  14. - :doc:`Exporting for Windows <../tutorials/export/exporting_for_windows>`
  15. .. rst-class:: classref-reftable-group
  16. Properties
  17. ----------
  18. .. table::
  19. :widths: auto
  20. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  21. | :ref:`String<class_String>` | :ref:`application/company_name<class_EditorExportPlatformWindows_property_application/company_name>` |
  22. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  23. | :ref:`String<class_String>` | :ref:`application/console_wrapper_icon<class_EditorExportPlatformWindows_property_application/console_wrapper_icon>` |
  24. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  25. | :ref:`String<class_String>` | :ref:`application/copyright<class_EditorExportPlatformWindows_property_application/copyright>` |
  26. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  27. | :ref:`int<class_int>` | :ref:`application/export_angle<class_EditorExportPlatformWindows_property_application/export_angle>` |
  28. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  29. | :ref:`String<class_String>` | :ref:`application/file_description<class_EditorExportPlatformWindows_property_application/file_description>` |
  30. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  31. | :ref:`String<class_String>` | :ref:`application/file_version<class_EditorExportPlatformWindows_property_application/file_version>` |
  32. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  33. | :ref:`String<class_String>` | :ref:`application/icon<class_EditorExportPlatformWindows_property_application/icon>` |
  34. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  35. | :ref:`int<class_int>` | :ref:`application/icon_interpolation<class_EditorExportPlatformWindows_property_application/icon_interpolation>` |
  36. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  37. | :ref:`bool<class_bool>` | :ref:`application/modify_resources<class_EditorExportPlatformWindows_property_application/modify_resources>` |
  38. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  39. | :ref:`String<class_String>` | :ref:`application/product_name<class_EditorExportPlatformWindows_property_application/product_name>` |
  40. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  41. | :ref:`String<class_String>` | :ref:`application/product_version<class_EditorExportPlatformWindows_property_application/product_version>` |
  42. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  43. | :ref:`String<class_String>` | :ref:`application/trademarks<class_EditorExportPlatformWindows_property_application/trademarks>` |
  44. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  45. | :ref:`String<class_String>` | :ref:`binary_format/architecture<class_EditorExportPlatformWindows_property_binary_format/architecture>` |
  46. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  47. | :ref:`bool<class_bool>` | :ref:`binary_format/embed_pck<class_EditorExportPlatformWindows_property_binary_format/embed_pck>` |
  48. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  49. | :ref:`PackedStringArray<class_PackedStringArray>` | :ref:`codesign/custom_options<class_EditorExportPlatformWindows_property_codesign/custom_options>` |
  50. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  51. | :ref:`String<class_String>` | :ref:`codesign/description<class_EditorExportPlatformWindows_property_codesign/description>` |
  52. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  53. | :ref:`int<class_int>` | :ref:`codesign/digest_algorithm<class_EditorExportPlatformWindows_property_codesign/digest_algorithm>` |
  54. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  55. | :ref:`bool<class_bool>` | :ref:`codesign/enable<class_EditorExportPlatformWindows_property_codesign/enable>` |
  56. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  57. | :ref:`String<class_String>` | :ref:`codesign/identity<class_EditorExportPlatformWindows_property_codesign/identity>` |
  58. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  59. | :ref:`int<class_int>` | :ref:`codesign/identity_type<class_EditorExportPlatformWindows_property_codesign/identity_type>` |
  60. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  61. | :ref:`String<class_String>` | :ref:`codesign/password<class_EditorExportPlatformWindows_property_codesign/password>` |
  62. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  63. | :ref:`bool<class_bool>` | :ref:`codesign/timestamp<class_EditorExportPlatformWindows_property_codesign/timestamp>` |
  64. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  65. | :ref:`String<class_String>` | :ref:`codesign/timestamp_server_url<class_EditorExportPlatformWindows_property_codesign/timestamp_server_url>` |
  66. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  67. | :ref:`String<class_String>` | :ref:`custom_template/debug<class_EditorExportPlatformWindows_property_custom_template/debug>` |
  68. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  69. | :ref:`String<class_String>` | :ref:`custom_template/release<class_EditorExportPlatformWindows_property_custom_template/release>` |
  70. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  71. | :ref:`int<class_int>` | :ref:`debug/export_console_wrapper<class_EditorExportPlatformWindows_property_debug/export_console_wrapper>` |
  72. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  73. | :ref:`String<class_String>` | :ref:`ssh_remote_deploy/cleanup_script<class_EditorExportPlatformWindows_property_ssh_remote_deploy/cleanup_script>` |
  74. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  75. | :ref:`bool<class_bool>` | :ref:`ssh_remote_deploy/enabled<class_EditorExportPlatformWindows_property_ssh_remote_deploy/enabled>` |
  76. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  77. | :ref:`String<class_String>` | :ref:`ssh_remote_deploy/extra_args_scp<class_EditorExportPlatformWindows_property_ssh_remote_deploy/extra_args_scp>` |
  78. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  79. | :ref:`String<class_String>` | :ref:`ssh_remote_deploy/extra_args_ssh<class_EditorExportPlatformWindows_property_ssh_remote_deploy/extra_args_ssh>` |
  80. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  81. | :ref:`String<class_String>` | :ref:`ssh_remote_deploy/host<class_EditorExportPlatformWindows_property_ssh_remote_deploy/host>` |
  82. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  83. | :ref:`String<class_String>` | :ref:`ssh_remote_deploy/port<class_EditorExportPlatformWindows_property_ssh_remote_deploy/port>` |
  84. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  85. | :ref:`String<class_String>` | :ref:`ssh_remote_deploy/run_script<class_EditorExportPlatformWindows_property_ssh_remote_deploy/run_script>` |
  86. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  87. | :ref:`bool<class_bool>` | :ref:`texture_format/bptc<class_EditorExportPlatformWindows_property_texture_format/bptc>` |
  88. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  89. | :ref:`bool<class_bool>` | :ref:`texture_format/etc<class_EditorExportPlatformWindows_property_texture_format/etc>` |
  90. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  91. | :ref:`bool<class_bool>` | :ref:`texture_format/etc2<class_EditorExportPlatformWindows_property_texture_format/etc2>` |
  92. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  93. | :ref:`bool<class_bool>` | :ref:`texture_format/s3tc<class_EditorExportPlatformWindows_property_texture_format/s3tc>` |
  94. +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+
  95. .. rst-class:: classref-section-separator
  96. ----
  97. .. rst-class:: classref-descriptions-group
  98. Property Descriptions
  99. ---------------------
  100. .. _class_EditorExportPlatformWindows_property_application/company_name:
  101. .. rst-class:: classref-property
  102. :ref:`String<class_String>` **application/company_name**
  103. Company that produced the application. Required. See `StringFileInfo <https://learn.microsoft.com/en-us/windows/win32/menurc/stringfileinfo-block>`__.
  104. .. rst-class:: classref-item-separator
  105. ----
  106. .. _class_EditorExportPlatformWindows_property_application/console_wrapper_icon:
  107. .. rst-class:: classref-property
  108. :ref:`String<class_String>` **application/console_wrapper_icon**
  109. Console wrapper icon file. If left empty, it will fallback to :ref:`application/icon<class_EditorExportPlatformWindows_property_application/icon>`, then to :ref:`ProjectSettings.application/config/windows_native_icon<class_ProjectSettings_property_application/config/windows_native_icon>`, and lastly, :ref:`ProjectSettings.application/config/icon<class_ProjectSettings_property_application/config/icon>`.
  110. .. rst-class:: classref-item-separator
  111. ----
  112. .. _class_EditorExportPlatformWindows_property_application/copyright:
  113. .. rst-class:: classref-property
  114. :ref:`String<class_String>` **application/copyright**
  115. Copyright notice for the bundle visible to the user. Optional. See `StringFileInfo <https://learn.microsoft.com/en-us/windows/win32/menurc/stringfileinfo-block>`__.
  116. .. rst-class:: classref-item-separator
  117. ----
  118. .. _class_EditorExportPlatformWindows_property_application/export_angle:
  119. .. rst-class:: classref-property
  120. :ref:`int<class_int>` **application/export_angle**
  121. If set to ``1``, ANGLE libraries are exported with the exported application. If set to ``0``, ANGLE libraries are exported only if :ref:`ProjectSettings.rendering/gl_compatibility/driver<class_ProjectSettings_property_rendering/gl_compatibility/driver>` is set to ``"opengl3_angle"``.
  122. .. rst-class:: classref-item-separator
  123. ----
  124. .. _class_EditorExportPlatformWindows_property_application/file_description:
  125. .. rst-class:: classref-property
  126. :ref:`String<class_String>` **application/file_description**
  127. File description to be presented to users. Required. See `StringFileInfo <https://learn.microsoft.com/en-us/windows/win32/menurc/stringfileinfo-block>`__.
  128. .. rst-class:: classref-item-separator
  129. ----
  130. .. _class_EditorExportPlatformWindows_property_application/file_version:
  131. .. rst-class:: classref-property
  132. :ref:`String<class_String>` **application/file_version**
  133. Version number of the file. Falls back to :ref:`ProjectSettings.application/config/version<class_ProjectSettings_property_application/config/version>` if left empty. See `StringFileInfo <https://learn.microsoft.com/en-us/windows/win32/menurc/stringfileinfo-block>`__.
  134. .. rst-class:: classref-item-separator
  135. ----
  136. .. _class_EditorExportPlatformWindows_property_application/icon:
  137. .. rst-class:: classref-property
  138. :ref:`String<class_String>` **application/icon**
  139. Application icon file. If left empty, it will fallback to :ref:`ProjectSettings.application/config/windows_native_icon<class_ProjectSettings_property_application/config/windows_native_icon>`, and then to :ref:`ProjectSettings.application/config/icon<class_ProjectSettings_property_application/config/icon>`.
  140. .. rst-class:: classref-item-separator
  141. ----
  142. .. _class_EditorExportPlatformWindows_property_application/icon_interpolation:
  143. .. rst-class:: classref-property
  144. :ref:`int<class_int>` **application/icon_interpolation**
  145. Interpolation method used to resize application icon.
  146. .. rst-class:: classref-item-separator
  147. ----
  148. .. _class_EditorExportPlatformWindows_property_application/modify_resources:
  149. .. rst-class:: classref-property
  150. :ref:`bool<class_bool>` **application/modify_resources**
  151. If enabled, icon and metadata of the exported executable is set according to the other ``application/*`` values.
  152. .. rst-class:: classref-item-separator
  153. ----
  154. .. _class_EditorExportPlatformWindows_property_application/product_name:
  155. .. rst-class:: classref-property
  156. :ref:`String<class_String>` **application/product_name**
  157. Name of the application. Required. See `StringFileInfo <https://learn.microsoft.com/en-us/windows/win32/menurc/stringfileinfo-block>`__.
  158. .. rst-class:: classref-item-separator
  159. ----
  160. .. _class_EditorExportPlatformWindows_property_application/product_version:
  161. .. rst-class:: classref-property
  162. :ref:`String<class_String>` **application/product_version**
  163. Application version visible to the user. Falls back to :ref:`ProjectSettings.application/config/version<class_ProjectSettings_property_application/config/version>` if left empty. See `StringFileInfo <https://learn.microsoft.com/en-us/windows/win32/menurc/stringfileinfo-block>`__.
  164. .. rst-class:: classref-item-separator
  165. ----
  166. .. _class_EditorExportPlatformWindows_property_application/trademarks:
  167. .. rst-class:: classref-property
  168. :ref:`String<class_String>` **application/trademarks**
  169. Trademarks and registered trademarks that apply to the file. Optional. See `StringFileInfo <https://learn.microsoft.com/en-us/windows/win32/menurc/stringfileinfo-block>`__.
  170. .. rst-class:: classref-item-separator
  171. ----
  172. .. _class_EditorExportPlatformWindows_property_binary_format/architecture:
  173. .. rst-class:: classref-property
  174. :ref:`String<class_String>` **binary_format/architecture**
  175. Application executable architecture.
  176. Supported architectures: ``x86_32``, ``x86_64``, and ``arm64``.
  177. Official export templates include ``x86_32`` and ``x86_64`` binaries only.
  178. .. rst-class:: classref-item-separator
  179. ----
  180. .. _class_EditorExportPlatformWindows_property_binary_format/embed_pck:
  181. .. rst-class:: classref-property
  182. :ref:`bool<class_bool>` **binary_format/embed_pck**
  183. If ``true``, project resources are embedded into the executable.
  184. .. rst-class:: classref-item-separator
  185. ----
  186. .. _class_EditorExportPlatformWindows_property_codesign/custom_options:
  187. .. rst-class:: classref-property
  188. :ref:`PackedStringArray<class_PackedStringArray>` **codesign/custom_options**
  189. Array of the additional command line arguments passed to the code signing tool. See `Sign Tool <https://learn.microsoft.com/en-us/dotnet/framework/tools/signtool-exe>`__.
  190. .. rst-class:: classref-item-separator
  191. ----
  192. .. _class_EditorExportPlatformWindows_property_codesign/description:
  193. .. rst-class:: classref-property
  194. :ref:`String<class_String>` **codesign/description**
  195. Description of the signed content. See `Sign Tool <https://learn.microsoft.com/en-us/dotnet/framework/tools/signtool-exe>`__.
  196. .. rst-class:: classref-item-separator
  197. ----
  198. .. _class_EditorExportPlatformWindows_property_codesign/digest_algorithm:
  199. .. rst-class:: classref-property
  200. :ref:`int<class_int>` **codesign/digest_algorithm**
  201. Digest algorithm to use for creating signature. See `Sign Tool <https://learn.microsoft.com/en-us/dotnet/framework/tools/signtool-exe>`__.
  202. .. rst-class:: classref-item-separator
  203. ----
  204. .. _class_EditorExportPlatformWindows_property_codesign/enable:
  205. .. rst-class:: classref-property
  206. :ref:`bool<class_bool>` **codesign/enable**
  207. If ``true``, executable signing is enabled.
  208. .. rst-class:: classref-item-separator
  209. ----
  210. .. _class_EditorExportPlatformWindows_property_codesign/identity:
  211. .. rst-class:: classref-property
  212. :ref:`String<class_String>` **codesign/identity**
  213. PKCS #12 certificate file used to sign executable or certificate SHA-1 hash (if :ref:`codesign/identity_type<class_EditorExportPlatformWindows_property_codesign/identity_type>` is set to "Use certificate store"). See `Sign Tool <https://learn.microsoft.com/en-us/dotnet/framework/tools/signtool-exe>`__.
  214. Can be overridden with the environment variable ``GODOT_WINDOWS_CODESIGN_IDENTITY``.
  215. .. rst-class:: classref-item-separator
  216. ----
  217. .. _class_EditorExportPlatformWindows_property_codesign/identity_type:
  218. .. rst-class:: classref-property
  219. :ref:`int<class_int>` **codesign/identity_type**
  220. Type of identity to use. See `Sign Tool <https://learn.microsoft.com/en-us/dotnet/framework/tools/signtool-exe>`__.
  221. Can be overridden with the environment variable ``GODOT_WINDOWS_CODESIGN_IDENTITY_TYPE``.
  222. .. rst-class:: classref-item-separator
  223. ----
  224. .. _class_EditorExportPlatformWindows_property_codesign/password:
  225. .. rst-class:: classref-property
  226. :ref:`String<class_String>` **codesign/password**
  227. Password for the certificate file used to sign executable. See `Sign Tool <https://learn.microsoft.com/en-us/dotnet/framework/tools/signtool-exe>`__.
  228. Can be overridden with the environment variable ``GODOT_WINDOWS_CODESIGN_PASSWORD``.
  229. .. rst-class:: classref-item-separator
  230. ----
  231. .. _class_EditorExportPlatformWindows_property_codesign/timestamp:
  232. .. rst-class:: classref-property
  233. :ref:`bool<class_bool>` **codesign/timestamp**
  234. If ``true``, time-stamp is added to the signature. See `Sign Tool <https://learn.microsoft.com/en-us/dotnet/framework/tools/signtool-exe>`__.
  235. .. rst-class:: classref-item-separator
  236. ----
  237. .. _class_EditorExportPlatformWindows_property_codesign/timestamp_server_url:
  238. .. rst-class:: classref-property
  239. :ref:`String<class_String>` **codesign/timestamp_server_url**
  240. URL of the time stamp server. If left empty, the default server is used. See `Sign Tool <https://learn.microsoft.com/en-us/dotnet/framework/tools/signtool-exe>`__.
  241. .. rst-class:: classref-item-separator
  242. ----
  243. .. _class_EditorExportPlatformWindows_property_custom_template/debug:
  244. .. rst-class:: classref-property
  245. :ref:`String<class_String>` **custom_template/debug**
  246. Path to the custom export template. If left empty, default template is used.
  247. .. rst-class:: classref-item-separator
  248. ----
  249. .. _class_EditorExportPlatformWindows_property_custom_template/release:
  250. .. rst-class:: classref-property
  251. :ref:`String<class_String>` **custom_template/release**
  252. Path to the custom export template. If left empty, default template is used.
  253. .. rst-class:: classref-item-separator
  254. ----
  255. .. _class_EditorExportPlatformWindows_property_debug/export_console_wrapper:
  256. .. rst-class:: classref-property
  257. :ref:`int<class_int>` **debug/export_console_wrapper**
  258. If ``true``, a console wrapper executable is exported alongside the main executable, which allows running the project with enabled console output.
  259. .. rst-class:: classref-item-separator
  260. ----
  261. .. _class_EditorExportPlatformWindows_property_ssh_remote_deploy/cleanup_script:
  262. .. rst-class:: classref-property
  263. :ref:`String<class_String>` **ssh_remote_deploy/cleanup_script**
  264. Script code to execute on the remote host when app is finished.
  265. The following variables can be used in the script:
  266. - ``{temp_dir}`` - Path of temporary folder on the remote, used to upload app and scripts to.
  267. - ``{archive_name}`` - Name of the ZIP containing uploaded application.
  268. - ``{exe_name}`` - Name of application executable.
  269. - ``{cmd_args}`` - Array of the command line argument for the application.
  270. .. rst-class:: classref-item-separator
  271. ----
  272. .. _class_EditorExportPlatformWindows_property_ssh_remote_deploy/enabled:
  273. .. rst-class:: classref-property
  274. :ref:`bool<class_bool>` **ssh_remote_deploy/enabled**
  275. Enables remote deploy using SSH/SCP.
  276. .. rst-class:: classref-item-separator
  277. ----
  278. .. _class_EditorExportPlatformWindows_property_ssh_remote_deploy/extra_args_scp:
  279. .. rst-class:: classref-property
  280. :ref:`String<class_String>` **ssh_remote_deploy/extra_args_scp**
  281. Array of the additional command line arguments passed to the SCP.
  282. .. rst-class:: classref-item-separator
  283. ----
  284. .. _class_EditorExportPlatformWindows_property_ssh_remote_deploy/extra_args_ssh:
  285. .. rst-class:: classref-property
  286. :ref:`String<class_String>` **ssh_remote_deploy/extra_args_ssh**
  287. Array of the additional command line arguments passed to the SSH.
  288. .. rst-class:: classref-item-separator
  289. ----
  290. .. _class_EditorExportPlatformWindows_property_ssh_remote_deploy/host:
  291. .. rst-class:: classref-property
  292. :ref:`String<class_String>` **ssh_remote_deploy/host**
  293. Remote host SSH user name and address, in ``user@address`` format.
  294. .. rst-class:: classref-item-separator
  295. ----
  296. .. _class_EditorExportPlatformWindows_property_ssh_remote_deploy/port:
  297. .. rst-class:: classref-property
  298. :ref:`String<class_String>` **ssh_remote_deploy/port**
  299. Remote host SSH port number.
  300. .. rst-class:: classref-item-separator
  301. ----
  302. .. _class_EditorExportPlatformWindows_property_ssh_remote_deploy/run_script:
  303. .. rst-class:: classref-property
  304. :ref:`String<class_String>` **ssh_remote_deploy/run_script**
  305. Script code to execute on the remote host when running the app.
  306. The following variables can be used in the script:
  307. - ``{temp_dir}`` - Path of temporary folder on the remote, used to upload app and scripts to.
  308. - ``{archive_name}`` - Name of the ZIP containing uploaded application.
  309. - ``{exe_name}`` - Name of application executable.
  310. - ``{cmd_args}`` - Array of the command line argument for the application.
  311. .. rst-class:: classref-item-separator
  312. ----
  313. .. _class_EditorExportPlatformWindows_property_texture_format/bptc:
  314. .. rst-class:: classref-property
  315. :ref:`bool<class_bool>` **texture_format/bptc**
  316. If ``true``, project textures are exported in the BPTC format.
  317. .. rst-class:: classref-item-separator
  318. ----
  319. .. _class_EditorExportPlatformWindows_property_texture_format/etc:
  320. .. rst-class:: classref-property
  321. :ref:`bool<class_bool>` **texture_format/etc**
  322. If ``true``, project textures are exported in the ETC format.
  323. .. rst-class:: classref-item-separator
  324. ----
  325. .. _class_EditorExportPlatformWindows_property_texture_format/etc2:
  326. .. rst-class:: classref-property
  327. :ref:`bool<class_bool>` **texture_format/etc2**
  328. If ``true``, project textures are exported in the ETC2 format.
  329. .. rst-class:: classref-item-separator
  330. ----
  331. .. _class_EditorExportPlatformWindows_property_texture_format/s3tc:
  332. .. rst-class:: classref-property
  333. :ref:`bool<class_bool>` **texture_format/s3tc**
  334. If ``true``, project textures are exported in the S3TC format.
  335. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  336. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  337. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  338. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  339. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  340. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`
  341. .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`