From 3fb513b42bf83c1f40a13ec5fcdced237b082980 Mon Sep 17 00:00:00 2001 From: lordlogo2002 Date: Mon, 19 Jan 2026 23:19:51 +0100 Subject: [PATCH] Remove README.md from build script: streamline the build process by excluding unnecessary files --- build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sh b/build.sh index 4234bdc..8b2a27b 100755 --- a/build.sh +++ b/build.sh @@ -16,7 +16,6 @@ mkdir -p "${OUT_DIR}" popup.js \ popup.css \ icons \ - README.md ) echo "Built: ${OUT_FILE}" \ No newline at end of file