Keep the built .zip file for chrome web store submission.
This commit is contained in:
parent
661a2a436b
commit
a8b3548657
2
build.sh
2
build.sh
|
@ -108,7 +108,7 @@ if [ -f "$SIGNED" ]; then
|
||||||
mv "$SIGNED" "$XPI.xpi"
|
mv "$SIGNED" "$XPI.xpi"
|
||||||
../../we-publish "$XPI.xpi"
|
../../we-publish "$XPI.xpi"
|
||||||
elif [ -f "$XPI.zip" ]; then
|
elif [ -f "$XPI.zip" ]; then
|
||||||
mv "$XPI.zip" "$XPI.xpi"
|
cp "$XPI.zip" "$XPI.xpi"
|
||||||
else
|
else
|
||||||
echo >&2 "ERROR: Could not create $XPI.xpi!"
|
echo >&2 "ERROR: Could not create $XPI.xpi!"
|
||||||
exit 3
|
exit 3
|
||||||
|
|
Loading…
Reference in New Issue