From e1e861704bd77840bf5e02563fc701e7e15f8dda Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 7 Mar 2024 09:19:16 -0500 Subject: [PATCH] [mv3] Fix build script --- tools/make-mv3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make-mv3.sh b/tools/make-mv3.sh index 8e155582b..7d9af6cab 100755 --- a/tools/make-mv3.sh +++ b/tools/make-mv3.sh @@ -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"