bump version to 1.11.10 and quote appId in configure script

This commit is contained in:
mr. m 2025-04-22 16:04:18 +02:00
parent 0691eb9508
commit 5209552e2c
No known key found for this signature in database
GPG key ID: 419302196C23B258
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "@zen-browser/surfer", "name": "@zen-browser/surfer",
"version": "1.11.9", "version": "1.11.10",
"description": "Simplifying building firefox forks!", "description": "Simplifying building firefox forks!",
"main": "index.js", "main": "index.js",
"bin": { "bin": {

View file

@ -3,7 +3,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
MOZ_APP_DISPLAYNAME="${brandShortName}" MOZ_APP_DISPLAYNAME="${brandShortName}"
MOZ_MACBUNDLE_ID=${appId} MOZ_MACBUNDLE_ID="${appId}"
if test "$DEVELOPER_OPTIONS"; then if test "$DEVELOPER_OPTIONS"; then
if test "$MOZ_DEBUG"; then if test "$MOZ_DEBUG"; then