Create chromium zip in the same directory as XPIs.
This commit is contained in:
parent
c2ea02fd24
commit
f848117186
2
build.sh
2
build.sh
|
@ -134,4 +134,4 @@ ln -fs $XPI.xpi "$BASE/latest.xpi"
|
|||
rm -rf "$CHROMIUM"
|
||||
strip_rc_ver "$MANIFEST_OUT"
|
||||
mv "$BUILD" "$CHROMIUM"
|
||||
web-ext build --source-dir="$CHROMIUM" --artifacts-dir="$CHROMIUM" --ignore-files=test/XSS_test.js $COMMON_BUILD_OPTS
|
||||
web-ext build --source-dir="$CHROMIUM" --artifacts-dir="$WEBEXTOUT" --ignore-files=test/XSS_test.js $COMMON_BUILD_OPTS
|
||||
|
|
Loading…
Reference in New Issue