Fix Chromium dev builds failing when signing Firefox extension.

This commit is contained in:
hackademix 2019-10-02 00:24:29 +02:00
parent 1c23d736a0
commit 3b0dd9d4b4
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ ln -fs $XPI.xpi "$BASE/latest.xpi"
rm -rf "$CHROMIUM"
strip_rc_ver "$MANIFEST_OUT"
mv "$BUILD" "$CHROMIUM"
"$BUILD_CMD" build --source-dir="$CHROMIUM" --artifacts-dir="$CHROMIUM"
webext build --source-dir="$CHROMIUM" --artifacts-dir="$CHROMIUM"
for ext in zip crx; do
ln -fs "$CHROMIUM/noscript-$VER.zip" "$BASE/latest.$ext"
done