We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587ebf4 commit 62f2d38Copy full SHA for 62f2d38
makecrx.sh
@@ -116,7 +116,7 @@ trap 'rm -f "$pub" "$sig" "$zip"' EXIT
116
117
# zip up the crx dir
118
cwd=$(pwd -P)
119
-(cd "$dir" && python ../../utils/create_xpi.py -n "$cwd/$zip" .)
+(cd "$dir" && python ../../utils/create_xpi.py -n "$cwd/$zip" -x "../../.build_exclusions" .)
120
echo >&2 "Unsigned package has shasum: `shasum "$cwd/$zip"`"
121
122
# signature
0 commit comments