diff --git a/commands/godot_install.sh b/commands/godot_install.sh
index 9bed3b9e49e6a3e8263fc0c275b10419c5e932bb..338a8dcb2a4d82eab2b5703f62430f962ff2458c 100755
--- a/commands/godot_install.sh
+++ b/commands/godot_install.sh
@@ -22,6 +22,6 @@ mv "$BINARY_NAME" /usr/bin/godot
 mkdir -p "$LOCAL_PATH"
 wget -O "${TMP_ROOT}/templates.tpz" "$TEMPLATES_PATH"
 unzip -o "${TMP_ROOT}/templates.tpz" -d "${TMP_ROOT}/godot_templates"
-mv -r "${TMP_ROOT}/godot_templates/*" "$LOCAL_PATH/"
+mv "${TMP_ROOT}/godot_templates/templates/*" "$LOCAL_PATH/"
 
 rm -r "$TMP_ROOT"
\ No newline at end of file