Skip to content

Commit 0c79e66

Browse files
authored
Merge pull request #7953 from adamscott/remove-old-target
Remove reference to old target in the macOS docs
2 parents 70ac3fc + d7e300c commit 0c79e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/development/compiling/compiling_for_macos.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Manager.
7171

7272
To create an ``.app`` bundle like in the official builds, you need to use the
7373
template located in ``misc/dist/macos_tools.app``. Typically, for an optimized
74-
editor binary built with ``target=release_debug``::
74+
editor binary built with ``dev_build=yes``::
7575

7676
cp -r misc/dist/macos_tools.app ./Godot.app
7777
mkdir -p Godot.app/Contents/MacOS

0 commit comments

Comments
 (0)