*updated doc to reflect structure change

Godot.app is no longer in tools. Now using osx_tools.app in tools/dist/
(cherry picked from commit 9f18053821)
This commit is contained in:
Matthew Clark
2016-11-19 14:21:39 +01:00
committed by Rémi Verschelde
parent 1776f8c126
commit 2a148ef778
+1 -1
View File
@@ -34,7 +34,7 @@ located in ``tools/Godot.app``. Typically:
::
user@host:~/godot$ cp -r tools/Godot.app .
user@host:~/godot$ cp -r tools/dist/osx_tools.app ./Godot.app
user@host:~/godot$ mkdir -p Godot.app/Contents/MacOS
user@host:~/godot$ cp bin/godot.osx.opt.tools.64 Godot.app/Contents/MacOS/Godot
user@host:~/godot$ chmod +x Godot.app/Contents/MacOS/Godot