From 9ae5f3ac7ba805771e9daecda2697dcb69a668a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sun, 22 Jul 2018 17:39:40 +0200 Subject: [PATCH] Fix instructions on installing custom templates --- development/compiling/compiling_for_android.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/development/compiling/compiling_for_android.rst b/development/compiling/compiling_for_android.rst index ba41da370..171045bc1 100644 --- a/development/compiling/compiling_for_android.rst +++ b/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