Fixed typo causing Chromium builds not to be created in the XPI directory.

This commit is contained in:
hackademix 2019-10-09 12:46:38 +02:00
parent 518b8eda60
commit a0343e16c2
1 changed files with 2 additions and 2 deletions

View File

@ -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="$WEBEXTOUT" --ignore-files=test/XSS_test.js $COMMON_BUILD_OPTS
web-ext build --source-dir="$CHROMIUM" --artifacts-dir="$WEBEXT_OUT" --ignore-files=test/XSS_test.js $COMMON_BUILD_OPTS