From 728ffe1598a2ea8ca3b6b8fa62cefaf942b3d804 Mon Sep 17 00:00:00 2001
From: Shelikhoo <xiaokangwang@outlook.com>
Date: Wed, 7 Dec 2022 11:08:44 +0000
Subject: [PATCH] Include WebTunnel README in Browser

---
 projects/browser/build | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/projects/browser/build b/projects/browser/build
index 8cbbc20da..4e3a0683a 100644
--- a/projects/browser/build
+++ b/projects/browser/build
@@ -88,9 +88,13 @@ mv [% c('input_files_by_name/noscript') %] "$TBDIR/$EXTSPATH/{73a6fe31-595d-460b
     rm -f aarch64/tor/pluggable_transports/bridges_list.*.txt
   [% END -%]
 
-  # Snowflake's README is the only documentation shipped in tor-expert-bundle
+  # Snowflake's README is a documentation shipped in tor-expert-bundle
   mkdir -p "$TBDIR/$DOCSPATH/snowflake" [% IF c("var/macos_universal") %]"$TBDIR_AARCH64/$DOCSPATH/snowflake"[% END %]
   mv_tbdir tor/pluggable_transports/README.SNOWFLAKE.md "$DOCSPATH/snowflake/README.md"
+  
+  # WebTunnel's README is a documentation shipped in tor-expert-bundle
+  mkdir -p "$TBDIR/$DOCSPATH/webtunnel" [% IF c("var/macos_universal") %]"$TBDIR_AARCH64/$DOCSPATH/webtunnel"[% END %]
+  mv_tbdir tor/pluggable_transports/README.WEBTUNNEL.md "$DOCSPATH/webtunnel/README.md"
 
   # Move the PTs to where TB expects them
   mkdir -p "$TBDIR/$TORBINPATH" [% IF c("var/macos_universal") %]"$TBDIR_AARCH64/$TORBINPATH"[% END %]
-- 
GitLab