Skip to content

Commit cca2582

Browse files
committed
makexpi.sh: Delete -eff.xpi too
1 parent 32369bf commit cca2582

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

makexpi.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ fi
125125

126126
# Build the XPI!
127127
rm -f "${XPI_NAME}.xpi"
128+
rm -f "${XPI_NAME}-eff.xpi"
128129
rm -f "${XPI_NAME}-amo.xpi"
129130
python2.7 utils/create_xpi.py -n "${XPI_NAME}-eff.xpi" -x ".build_exclusions" "pkg/xpi-eff"
130131
python2.7 utils/create_xpi.py -n "${XPI_NAME}-amo.xpi" -x ".build_exclusions" "pkg/xpi-amo"

0 commit comments

Comments
 (0)