|
@@ -30,12 +30,13 @@ runs without any dependencies. Executing it will bring up the project
|
|
|
manager.
|
|
|
|
|
|
To create an .app like in the official builds, you need to use the template
|
|
|
-located in ``tools/dist/osx_tools.app``. Typically (for a "fat" binary that
|
|
|
-supports both 32-bit and 64-bit architectures):
|
|
|
+located in ``misc/dist/osx_tools.app``. Typically, for a "fat" binary that
|
|
|
+supports both 32-bit and 64-bit architectures, and with an optimised binary
|
|
|
+built with `scons p=osx target=release_debug`:
|
|
|
|
|
|
::
|
|
|
|
|
|
- user@host:~/godot$ cp -r tools/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$ cp bin/godot.osx.opt.tools.fat Godot.app/Contents/MacOS/Godot
|
|
|
user@host:~/godot$ chmod +x Godot.app/Contents/MacOS/Godot
|