diff options
-rw-r--r-- | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |