From c79ae5032ffa014f399e73302953cf6271df32c9 Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Tue, 15 Jun 2021 23:40:58 +0700 Subject: [PATCH] Fix typo in Compiling for Web: add missing '.' to file extension (#4997) --- development/compiling/compiling_for_web.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/compiling/compiling_for_web.rst b/development/compiling/compiling_for_web.rst index a0033c029..6f9874cfb 100644 --- a/development/compiling/compiling_for_web.rst +++ b/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 -------------------