From d7e300c01df5c1bcff12cf20f93b3b4e44cda458 Mon Sep 17 00:00:00 2001 From: Adam Scott Date: Mon, 18 Sep 2023 16:14:08 -0400 Subject: [PATCH] Remove reference to old target in the macOS docs --- contributing/development/compiling/compiling_for_macos.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/development/compiling/compiling_for_macos.rst b/contributing/development/compiling/compiling_for_macos.rst index b62954666..d5c4a4f59 100644 --- a/contributing/development/compiling/compiling_for_macos.rst +++ b/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