1
0

Remove README.md from build script: streamline the build process by excluding unnecessary files

This commit is contained in:
Chipperfluff 2026-01-19 23:19:51 +01:00
parent 705e7cad7e
commit 3fb513b42b

View File

@ -16,7 +16,6 @@ mkdir -p "${OUT_DIR}"
popup.js \
popup.css \
icons \
README.md
)
echo "Built: ${OUT_FILE}"