|
@@ -410,18 +410,22 @@ with the following flags:
|
|
|
|
|
|
If you plan on replacing the standard export templates, copy these to the
|
|
If you plan on replacing the standard export templates, copy these to the
|
|
following location, replacing ``<version>`` with the version identifier
|
|
following location, replacing ``<version>`` with the version identifier
|
|
-(such as ``3.1.1.stable`` or ``3.2.dev``):
|
|
|
|
|
|
+(such as ``4.2.1.stable`` or ``4.3.dev``):
|
|
|
|
|
|
.. code-block:: none
|
|
.. code-block:: none
|
|
|
|
|
|
- %USERPROFILE%\AppData\Roaming\Godot\templates\<version>\
|
|
|
|
|
|
+ %APPDATA%\Godot\export_templates\<version>\
|
|
|
|
|
|
With the following names::
|
|
With the following names::
|
|
|
|
|
|
- windows_32_debug.exe
|
|
|
|
- windows_32_release.exe
|
|
|
|
- windows_64_debug.exe
|
|
|
|
- windows_64_release.exe
|
|
|
|
|
|
+ windows_debug_x86_32_console.exe
|
|
|
|
+ windows_debug_x86_32.exe
|
|
|
|
+ windows_debug_x86_64_console.exe
|
|
|
|
+ windows_debug_x86_64.exe
|
|
|
|
+ windows_release_x86_32_console.exe
|
|
|
|
+ windows_release_x86_32.exe
|
|
|
|
+ windows_release_x86_64_console.exe
|
|
|
|
+ windows_release_x86_64.exe
|
|
|
|
|
|
However, if you are using custom modules or custom engine code, you
|
|
However, if you are using custom modules or custom engine code, you
|
|
may instead want to configure your binaries as custom export templates
|
|
may instead want to configure your binaries as custom export templates
|