Fix Chromium dev builds failing when signing Firefox extension.
This commit is contained in:
parent
1c23d736a0
commit
3b0dd9d4b4
2
build.sh
2
build.sh
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue