From 518d1af0c7fb940585be4030171a2cf04203c74c Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Tue, 22 Apr 2025 15:21:53 +0200 Subject: [PATCH] bump version to 1.11.8 and add MOZ_MACBUNDLE_ID to configure script --- package.json | 2 +- template/branding.optional/configure.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f77a91d..b8427fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zen-browser/surfer", - "version": "1.11.7", + "version": "1.11.8", "description": "Simplifying building firefox forks!", "main": "index.js", "bin": { diff --git a/template/branding.optional/configure.sh b/template/branding.optional/configure.sh index 9d02db6..eb042c7 100644 --- a/template/branding.optional/configure.sh +++ b/template/branding.optional/configure.sh @@ -3,6 +3,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. MOZ_APP_DISPLAYNAME="${brandShortName}" +MOZ_MACBUNDLE_ID=${appId} if test "$DEVELOPER_OPTIONS"; then if test "$MOZ_DEBUG"; then