Skip to content

Commit fa1d563

Browse files
committed
Update custom templates images on compiling pages
1 parent 9511dea commit fa1d563

File tree

8 files changed

+7
-7
lines changed

8 files changed

+7
-7
lines changed

contributing/development/compiling/compiling_for_android.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ next to your export templates.
204204
205205
However, if you are writing your custom modules or custom C++ code, you
206206
might instead want to configure your template binaries as custom export templates
207-
here:
207+
in the project export menu. You must have **Advanced Options** enabled to set this.
208208

209-
.. image:: img/andtemplates.png
209+
.. image:: img/andtemplates.webp
210210

211211
You don't even need to copy them, you can just reference the resulting
212212
file in the ``bin\`` directory of your Godot source folder, so that the

contributing/development/compiling/compiling_for_linuxbsd.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,9 +376,10 @@ and named like this (even for \*BSD which is seen as "Linux/X11" by Godot):
376376

377377
However, if you are writing your custom modules or custom C++ code, you
378378
might instead want to configure your binaries as custom export templates
379-
here:
379+
in the project export menu. You must have **Advanced Options** enabled
380+
to set this.
380381

381-
.. image:: img/lintemplates.png
382+
.. image:: img/lintemplates.webp
382383

383384
You don't even need to copy them, you can just reference the resulting
384385
files in the ``bin/`` directory of your Godot source folder, so the next

contributing/development/compiling/compiling_for_windows.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -489,12 +489,11 @@ With the following names:
489489

490490
However, if you are using custom modules or custom engine code, you
491491
may instead want to configure your binaries as custom export templates
492-
here:
492+
in the project export menu. You must have **Advanced Options** enabled
493+
to set this.
493494

494495
.. image:: img/wintemplates.webp
495496

496-
Select matching architecture in the export config.
497-
498497
You don't need to copy them in this case, just reference the resulting
499498
files in the ``bin\`` directory of your Godot source folder, so the next
500499
time you build, you will automatically have the custom templates referenced.
-26.9 KB
Binary file not shown.
17.5 KB
Loading
-22 KB
Binary file not shown.
17.6 KB
Loading
-36 KB
Loading

0 commit comments

Comments
 (0)