瀏覽代碼

Fix missing mono suffix in

MiniDigger 5 年之前
父節點
當前提交
ebde43f89b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      development/compiling/compiling_with_mono.rst

+ 1 - 1
development/compiling/compiling_with_mono.rst

@@ -69,7 +69,7 @@ without having to repeat this process.
 module enabled. Its exact name will differ based on your system and
 module enabled. Its exact name will differ based on your system and
 configuration, but should be of the form
 configuration, but should be of the form
 ``bin/godot.<platform>.tools.<bits>.mono``, e.g. ``bin/godot.linuxbsd.tools.64.mono``
 ``bin/godot.<platform>.tools.<bits>.mono``, e.g. ``bin/godot.linuxbsd.tools.64.mono``
-or ``bin/godot.windows.tools.64.exe``. Be especially aware of the **.mono**
+or ``bin/godot.windows.tools.64.mono.exe``. Be especially aware of the **.mono**
 suffix! If you've previously compiled Godot without Mono support, you might have
 suffix! If you've previously compiled Godot without Mono support, you might have
 similarly named binaries without this suffix. These binaries can't be used to
 similarly named binaries without this suffix. These binaries can't be used to
 generate the Mono glue.
 generate the Mono glue.