mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Update official export templates architecture list in docs
This commit is contained in:
parent
aa65940a85
commit
f6d22da94b
2 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
<member name="binary_format/architecture" type="String" setter="" getter="">
|
<member name="binary_format/architecture" type="String" setter="" getter="">
|
||||||
Application executable architecture.
|
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], [code]ppc32[/code], and [code]loongarch64[/code].
|
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].
|
||||||
Official export templates include [code]x86_32[/code] and [code]x86_64[/code] binaries only.
|
Official export templates include [code]x86_32[/code], [code]x86_64[/code], [code]arm32[/code], and [code]arm64[/code] binaries only.
|
||||||
</member>
|
</member>
|
||||||
<member name="binary_format/embed_pck" type="bool" setter="" getter="">
|
<member name="binary_format/embed_pck" type="bool" setter="" getter="">
|
||||||
If [code]true[/code], project resources are embedded into the executable.
|
If [code]true[/code], project resources are embedded into the executable.
|
||||||
|
|
|
@ -55,7 +55,6 @@
|
||||||
<member name="binary_format/architecture" type="String" setter="" getter="">
|
<member name="binary_format/architecture" type="String" setter="" getter="">
|
||||||
Application executable architecture.
|
Application executable architecture.
|
||||||
Supported architectures: [code]x86_32[/code], [code]x86_64[/code], and [code]arm64[/code].
|
Supported architectures: [code]x86_32[/code], [code]x86_64[/code], and [code]arm64[/code].
|
||||||
Official export templates include [code]x86_32[/code] and [code]x86_64[/code] binaries only.
|
|
||||||
</member>
|
</member>
|
||||||
<member name="binary_format/embed_pck" type="bool" setter="" getter="">
|
<member name="binary_format/embed_pck" type="bool" setter="" getter="">
|
||||||
If [code]true[/code], project resources are embedded into the executable.
|
If [code]true[/code], project resources are embedded into the executable.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue