We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4752803 commit 7605541Copy full SHA for 7605541
contributing/development/compiling/compiling_for_windows.rst
@@ -140,8 +140,8 @@ the engine source code (using ``cd``) and type::
140
pywin32 being missing. You can safely ignore this warning.
141
142
If all goes well, the resulting binary executable will be placed in
143
-``C:\godot\bin\`` with the name ``godot.windows.tools.32.exe`` or
144
-``godot.windows.tools.64.exe``. By default, SCons will build a binary matching
+``C:\godot\bin\`` with the name ``godot.windows.editor.x86_32.exe`` or
+``godot.windows.editor.x86_64.exe``. By default, SCons will build a binary matching
145
your CPU architecture, but this can be overridden using ``arch=x86_64`` or
146
``arch=x86_32``.
147
0 commit comments