diff --git a/scripts/make.sh b/scripts/make.sh index 0a029c8..e28ed63 100755 --- a/scripts/make.sh +++ b/scripts/make.sh @@ -18,7 +18,7 @@ cp "./scripts/manifests/firefox.json" "./src/manifest.json" || exit cd src || exit zip -r -FS "../build/$EXTENSION_NAME.xpi" ./* -x "tests/*" -x "**/tests/*" \ -x "docs/*" -x "**/docs/*" \ - -x "example/*" -x "**/example/*" -x "**/*.example" \ + -x "examples/*" -x "**/examples/*" -x "**/*.example" \ -x "**/README.md" -x "**/CONTRIBUTING.md" -x "**/manifest.json" \ -x "**/.git" -x "**/.gitignore" -x "**/.gitmodules" -x "**/.eslintrc" \ -x "**/.editorconfig"