浏览代码

Merge pull request #7953 from adamscott/remove-old-target

Remove reference to old target in the macOS docs
Max Hilbrunner 1 年之前
父节点
当前提交
0c79e66498
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contributing/development/compiling/compiling_for_macos.rst

+ 1 - 1
contributing/development/compiling/compiling_for_macos.rst

@@ -71,7 +71,7 @@ Manager.
 
 To create an ``.app`` bundle like in the official builds, you need to use the
 template located in ``misc/dist/macos_tools.app``. Typically, for an optimized
-editor binary built with ``target=release_debug``::
+editor binary built with ``dev_build=yes``::
 
     cp -r misc/dist/macos_tools.app ./Godot.app
     mkdir -p Godot.app/Contents/MacOS