Explorar el Código

Fix typo in Compiling for Web: add missing '.' to file extension (#4997)

Leroy Hopson hace 4 años
padre
commit
b12e649f59
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      development/compiling/compiling_for_web.rst

+ 1 - 1
development/compiling/compiling_for_web.rst

@@ -82,7 +82,7 @@ And ``webassembly_debug_threads.zip`` and ``webassembly_debug_gdnative.zip`` for
 the debug template::
 
     mv bin/godot.javascript.opt.debug.threads.zip bin/webassembly_threads_debug.zip
-    mv bin/godot.javascript.opt.debug.gdnative.zip bin/webassembly_gdnative_debugzip
+    mv bin/godot.javascript.opt.debug.gdnative.zip bin/webassembly_gdnative_debug.zip
 
 Building the editor
 -------------------