Browse Source

Fixed incorrect instruction for MacOS compiling

Line 40 contained a typo.
Clay Heaton 7 years ago
parent
commit
a5abacce08
1 changed files with 1 additions and 1 deletions
  1. 1 1
      development/compiling/compiling_for_osx.rst

+ 1 - 1
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$ cp -r misc/dist/osx_tools.app ./Godot.app
     user@host:~/godot$ mkdir -p Godot.app/Contents/MacOS
     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
     user@host:~/godot$ chmod +x Godot.app/Contents/MacOS/Godot
     
     
 Compiling for 32 and 64-bit
 Compiling for 32 and 64-bit