File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,8 @@ cp -p LICENSE COPYING "$BUILD"/
9090
9191BUILD_CMD=" web-ext"
9292BUILD_OPTS=" build --overwrite-dest"
93+ CHROMIUM_BUILD_CMD=" $BUILD_CMD "
94+ CHROMIUM_BUILD_OPTS=" $BUILD_OPTS "
9395
9496if [[ $VER == * rc* ]]; then
9597 sed -re ' s/^(\s+)"strict_min_version":.*$/\1"update_url": "https:\/\/secure.informaction.com\/update\/?v=' $VER ' ",\n\0/' \
@@ -159,10 +161,13 @@ ln -fs $XPI.xpi "$BASE/latest.xpi"
159161
160162# create Chromium pre-release
161163
164+ BUILD_CMD=" $CHROMIUM_BUILD_CMD "
165+ BUILD_OPTS=" $CHROMIUM_BUILD_OPTS "
162166CHROMIUM_UNPACKED=" $BASE /chromium"
163167EDGE_UPDATE_URL=" https://edge.microsoft.com/extensionwebstorebase/v1/crx"
164168rm -rf " $CHROMIUM_UNPACKED "
165169strip_rc_ver " $MANIFEST_OUT "
170+
166171# manifest.json patching for Chromium:
167172
168173EXTRA_PERMS=" "
You can’t perform that action at this time.
0 commit comments