Skip to content

Commit d1d8495

Browse files
committed
makexpi.sh: Fix cp
1 parent 32369bf commit d1d8495

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

makexpi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ echo >&2 "Created ${XPI_NAME}-eff.xpi and ${XPI_NAME}-amo.xpi"
136136
bash utils/android-push.sh "$XPI_NAME-eff.xpi"
137137

138138
if [ -n "$BRANCH" ]; then
139-
cp $SUBDIR/${XPI_NAME}-eff.xpi $SUBDIR/${XPI_NAME}-amo pkg
139+
cp $SUBDIR/${XPI_NAME}-eff.xpi $SUBDIR/${XPI_NAME}-amo.xpi pkg
140140
rm -rf $SUBDIR
141141
fi

0 commit comments

Comments
 (0)