[Build] Publishing out-of-tree hook.

This commit is contained in:
hackademix 2018-10-15 01:40:20 +02:00
parent f9703b2bcb
commit 0701b31324
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ fi
SIGNED="$XPI_DIR/noscript_security_suite-$VER-an+fx.xpi"
if [ -f "$SIGNED" ]; then
mv "$SIGNED" "$XPI.xpi"
../../we-publish "$XPI.xpi"
elif [ -f "$XPI.zip" ]; then
mv "$XPI.zip" "$XPI.xpi"
else