summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorhackademix2018-10-15 01:40:20 +0200
committerhackademix2018-10-15 01:40:20 +0200
commit0701b313244af50b22afcf75d1b692bef355f22a (patch)
treee083708c54bd1f23073e4d0ca61793a54ec33811 /build.sh
parentf9703b2bcb2e72de1822ec58aa78ea62b7947783 (diff)
downloadnoscript-0701b313244af50b22afcf75d1b692bef355f22a.tar.gz
noscript-0701b313244af50b22afcf75d1b692bef355f22a.tar.xz
noscript-0701b313244af50b22afcf75d1b692bef355f22a.zip
[Build] Publishing out-of-tree hook.
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 0e25017..09b5830 100644
--- a/build.sh
+++ b/build.sh
@@ -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