mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
[mv3] Fix build script
This commit is contained in:
parent
8533fa74ee
commit
e1e861704b
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ echo "*** uBOLite.mv3: extension ready"
|
|||
echo "Extension location: $DES/"
|
||||
|
||||
# Local build: use a different extension id than the official one
|
||||
if [ -z "$TAGNAME" ]; then
|
||||
if [ -z "$TAGNAME" ] && [ "$PLATFORM" = "firefox" ]; then
|
||||
tmp=$(mktemp)
|
||||
jq '.browser_specific_settings.gecko.id = "uBOLite.dev@raymondhill.net"' "$DES/manifest.json" > "$tmp" \
|
||||
&& mv "$tmp" "$DES/manifest.json"
|
||||
|
|
Loading…
Reference in a new issue