Explorar o código

Fix instructions on installing custom templates

Rémi Verschelde %!s(int64=7) %!d(string=hai) anos
pai
achega
9ae5f3ac7b
Modificáronse 1 ficheiros con 8 adicións e 3 borrados
  1. 8 3
      development/compiling/compiling_for_android.rst

+ 8 - 3
development/compiling/compiling_for_android.rst

@@ -152,9 +152,14 @@ The newly-compiled templates (android_debug.apk and android_release.apk)
 must be copied to Godot's templates folder with their respective names.
 The templates folder can be located in:
 
--  Windows: ``C:\Users\[username]\AppData\Roaming\Godot\templates``
--  Linux: ``/home/[username]/.local/share/godot/templates/[gd-version]/``
--  macOS: ``/users/[username]/.godot/templates``
+-  Windows: ``C:\Users\[username]\AppData\Roaming\Godot\templates\[version]\``
+-  Linux: ``/home/[username]/.local/share/godot/templates/[version]/`
+-  macOS: ``/Users/[username]/Library/Application Support/Godot/templates/[version]/``
+
+``[version]`` is of the form ``major.minor[.patch].status`` using values from
+``version.py`` in your Godot source repository (e.g. ``3.0.5.stable`` or `3.1.dev``).
+You also need to write this same version string to a ``version.txt`` file located
+next to your export templates.
 
 .. TODO: Move these paths to a common reference page