Fix formatting and redundant Linux instructions

(cherry picked from commit 37e8978659)
This commit is contained in:
Rémi Verschelde
2016-11-19 14:31:16 +01:00
parent 5244feb54d
commit 7400cce692

View File

@@ -78,10 +78,7 @@ the following arguments:
C:\godot> cd platform/android/java
C:\godot\platform\android\java> gradlew build
Linux :
~/godot$ scons platform=android target=release
~/godot$ cd platform/android/java
~/godot/platform/android/java$ ./gradlew
(on Linux/OSX, execute the `gradlew` script with `./gradlew build`)
The resulting APK is in:
@@ -97,11 +94,6 @@ The resulting APK is in:
C:\godot> cd platform/android/java
C:\godot\platform\android\java> gradlew build
Linux :
~/godot$ scons platform=android target=release_debug
~/godot$ cd platform/android/java
~/godot/platform/android/java$ ./gradlew
The resulting APK is in:
::