From f45f016218f18e87481c444e17daec571738d234 Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mauro-balades@users.noreply.github.com> Date: Sun, 16 Feb 2025 11:41:23 +0000 Subject: [PATCH] bump version to 1.9.17 and update branding display name variable --- package.json | 2 +- template/branding.optional/configure.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2c57197..33207b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zen-browser/surfer", - "version": "1.9.16", + "version": "1.9.17", "description": "Simplifying building firefox forks!", "main": "index.js", "bin": { diff --git a/template/branding.optional/configure.sh b/template/branding.optional/configure.sh index 33099e9..9d02db6 100644 --- a/template/branding.optional/configure.sh +++ b/template/branding.optional/configure.sh @@ -2,7 +2,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -MOZ_APP_DISPLAYNAME="${brandFullName}" +MOZ_APP_DISPLAYNAME="${brandShortName}" if test "$DEVELOPER_OPTIONS"; then if test "$MOZ_DEBUG"; then