Skip to content

Commit 6dd2e3f

Browse files
committed
Merge pull request EFForg#2593 from mnordhoff/makexpi.sh-0
makexpi.sh: Delete -eff.xpi too
2 parents 32369bf + cca2582 commit 6dd2e3f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)