Skip to content

Commit e5bf7c3

Browse files
authored
Merge pull request godotengine#8011 from llzen44/patch-1
Fix compiled file names when building on Windows
2 parents f778048 + 7605541 commit e5bf7c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributing/development/compiling/compiling_for_windows.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ the engine source code (using ``cd``) and type::
140140
pywin32 being missing. You can safely ignore this warning.
141141

142142
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
143+
``C:\godot\bin\`` with the name ``godot.windows.editor.x86_32.exe`` or
144+
``godot.windows.editor.x86_64.exe``. By default, SCons will build a binary matching
145145
your CPU architecture, but this can be overridden using ``arch=x86_64`` or
146146
``arch=x86_32``.
147147

0 commit comments

Comments
 (0)