Keep the built .zip file for chrome web store submission.

This commit is contained in:
hackademix 2019-03-28 13:00:41 +01:00
parent 661a2a436b
commit a8b3548657
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ if [ -f "$SIGNED" ]; then
mv "$SIGNED" "$XPI.xpi"
../../we-publish "$XPI.xpi"
elif [ -f "$XPI.zip" ]; then
mv "$XPI.zip" "$XPI.xpi"
cp "$XPI.zip" "$XPI.xpi"
else
echo >&2 "ERROR: Could not create $XPI.xpi!"
exit 3