We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32369bf commit d1d8495Copy full SHA for d1d8495
1 file changed
makexpi.sh
@@ -136,6 +136,6 @@ echo >&2 "Created ${XPI_NAME}-eff.xpi and ${XPI_NAME}-amo.xpi"
136
bash utils/android-push.sh "$XPI_NAME-eff.xpi"
137
138
if [ -n "$BRANCH" ]; then
139
- cp $SUBDIR/${XPI_NAME}-eff.xpi $SUBDIR/${XPI_NAME}-amo pkg
+ cp $SUBDIR/${XPI_NAME}-eff.xpi $SUBDIR/${XPI_NAME}-amo.xpi pkg
140
rm -rf $SUBDIR
141
fi
0 commit comments