We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32369bf commit cca2582Copy full SHA for cca2582
makexpi.sh
@@ -125,6 +125,7 @@ fi
125
126
# Build the XPI!
127
rm -f "${XPI_NAME}.xpi"
128
+rm -f "${XPI_NAME}-eff.xpi"
129
rm -f "${XPI_NAME}-amo.xpi"
130
python2.7 utils/create_xpi.py -n "${XPI_NAME}-eff.xpi" -x ".build_exclusions" "pkg/xpi-eff"
131
python2.7 utils/create_xpi.py -n "${XPI_NAME}-amo.xpi" -x ".build_exclusions" "pkg/xpi-amo"
0 commit comments