diff options
author | hackademix | 2018-10-15 01:40:20 +0200 |
---|---|---|
committer | hackademix | 2018-10-15 01:40:20 +0200 |
commit | 0701b313244af50b22afcf75d1b692bef355f22a (patch) | |
tree | e083708c54bd1f23073e4d0ca61793a54ec33811 | |
parent | f9703b2bcb2e72de1822ec58aa78ea62b7947783 (diff) | |
download | noscript-0701b313244af50b22afcf75d1b692bef355f22a.tar.gz noscript-0701b313244af50b22afcf75d1b692bef355f22a.tar.xz noscript-0701b313244af50b22afcf75d1b692bef355f22a.zip |
[Build] Publishing out-of-tree hook.
-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 |