mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Update build script
This commit is contained in:
parent
9f3282d74f
commit
950f7920b3
1 changed files with 2 additions and 0 deletions
|
|
@ -122,6 +122,8 @@ cp -R "$UBO_DIR"/src/js/resources "$UBOL_BUILD_DIR"/js/
|
|||
cp -R platform/mv3/scriptlets "$UBOL_BUILD_DIR"/
|
||||
mkdir -p "$UBOL_BUILD_DIR"/web_accessible_resources
|
||||
cp "$UBO_DIR"/src/web_accessible_resources/* "$UBOL_BUILD_DIR"/web_accessible_resources/
|
||||
cp -R platform/mv3/"$PLATFORM" "$UBOL_BUILD_DIR"/
|
||||
|
||||
cd "$UBOL_BUILD_DIR"
|
||||
node --no-warnings make-rulesets.js output="$UBOL_DIR" platform="$PLATFORM"
|
||||
if [ -n "$BEFORE" ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue