Skip to content

Commit f6d22da

Browse files
committed
Update official export templates architecture list in docs
1 parent aa65940 commit f6d22da

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

platform/linuxbsd/doc_classes/EditorExportPlatformLinuxBSD.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<member name="binary_format/architecture" type="String" setter="" getter="">
1313
Application executable architecture.
1414
Supported architectures: [code]x86_32[/code], [code]x86_64[/code], [code]arm64[/code], [code]arm32[/code], [code]rv64[/code], [code]ppc64[/code], [code]ppc32[/code], and [code]loongarch64[/code].
15-
Official export templates include [code]x86_32[/code] and [code]x86_64[/code] binaries only.
15+
Official export templates include [code]x86_32[/code], [code]x86_64[/code], [code]arm32[/code], and [code]arm64[/code] binaries only.
1616
</member>
1717
<member name="binary_format/embed_pck" type="bool" setter="" getter="">
1818
If [code]true[/code], project resources are embedded into the executable.

platform/windows/doc_classes/EditorExportPlatformWindows.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
<member name="binary_format/architecture" type="String" setter="" getter="">
5656
Application executable architecture.
5757
Supported architectures: [code]x86_32[/code], [code]x86_64[/code], and [code]arm64[/code].
58-
Official export templates include [code]x86_32[/code] and [code]x86_64[/code] binaries only.
5958
</member>
6059
<member name="binary_format/embed_pck" type="bool" setter="" getter="">
6160
If [code]true[/code], project resources are embedded into the executable.

0 commit comments

Comments
 (0)