Skip to content

Commit 62f2d38

Browse files
committed
makecrx.sh: Gave the create_xpi.py script call a -x flag as makexpi.sh has.
1 parent 587ebf4 commit 62f2d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makecrx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ trap 'rm -f "$pub" "$sig" "$zip"' EXIT
116116

117117
# zip up the crx dir
118118
cwd=$(pwd -P)
119-
(cd "$dir" && python ../../utils/create_xpi.py -n "$cwd/$zip" .)
119+
(cd "$dir" && python ../../utils/create_xpi.py -n "$cwd/$zip" -x "../../.build_exclusions" .)
120120
echo >&2 "Unsigned package has shasum: `shasum "$cwd/$zip"`"
121121

122122
# signature

0 commit comments

Comments
 (0)