From 2a148ef77888b41f051928fe1d1571fc0a4fddcb Mon Sep 17 00:00:00 2001 From: Matthew Clark Date: Tue, 8 Nov 2016 02:02:57 -0600 Subject: [PATCH] *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 9f1805382112015e96474e924e1e2367012f576c) --- reference/compiling_for_osx.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/compiling_for_osx.rst b/reference/compiling_for_osx.rst index 555efbea6..d0f3fa38b 100644 --- a/reference/compiling_for_osx.rst +++ b/reference/compiling_for_osx.rst @@ -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