Skip to content

Commit 2af2957

Browse files
committed
Fix xpi-name bug.
1 parent f603742 commit 2af2957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makexpi.sh

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

159159
if [ -n "$BRANCH" ]; then
160-
cp $SUBDIR/$XPI_NAME pkg
160+
cp $SUBDIR/$XPI_NAME.xpi pkg
161161
rm -rf $SUBDIR
162162
fi

0 commit comments

Comments
 (0)