From d6747d7ebf5745ebd7921baa82dfd112432c5413 Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Thu, 28 Jun 2018 17:06:12 +0200 Subject: [PATCH] Merge pull request #1537 from clayheaton/patch-1 Fixed incorrect documentation for MacOS compiling --- development/compiling/compiling_for_osx.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/compiling/compiling_for_osx.rst b/development/compiling/compiling_for_osx.rst index f2f7654ba..6161510f4 100644 --- a/development/compiling/compiling_for_osx.rst +++ b/development/compiling/compiling_for_osx.rst @@ -37,7 +37,7 @@ built with `scons p=osx target=release_debug`: user@host:~/godot$ cp -r misc/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$ cp bin/godot.osx.tools.64 Godot.app/Contents/MacOS/Godot user@host:~/godot$ chmod +x Godot.app/Contents/MacOS/Godot Compiling for 32 and 64-bit