From da025fef26c10534108ef52cbcc5df7ab7db16b6 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Mon, 18 Aug 2025 09:40:32 -0400 Subject: [PATCH] Update README.md --- platform/mv3/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/mv3/README.md b/platform/mv3/README.md index 2a2fcf01c..315821d47 100644 --- a/platform/mv3/README.md +++ b/platform/mv3/README.md @@ -21,7 +21,7 @@ Upon completion of the script, the resulting extension package will become prese The folder `dist/build/mv3-data` will cache data fetched from remote servers, so as to avoid fetching repeatedly from remote servers with repeated build commands. Use `make cleanassets` to remove all locally cached filter lists if you want to build with latest versions of filter lists. -The file `dist/build/mv3-data/log.txt` will contain information about what happened during the build process. +The file `dist/build/uBOLite.[platform]/log.txt` will contain information about what happened during the build process. The entry in the `Makefile` which implement the build process is `tools/make-mv3.sh [platform]`.[1] This Bash script copy various files from uBlock Origin branch and MV3-specific branch into a single folder which will be the final extension package.