bump version to 1.11.0 and update MacOS bundle name format

This commit is contained in:
mr. M 2025-03-30 12:12:35 +02:00
parent e0814653df
commit 921ecf68bf
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -57,6 +57,6 @@ export MOZ_APPUPDATE_HOST=${
` + process.platform === 'macos' ? `
# MacOS specific settings
export MOZ_MACBUNDLE_NAME=${getCurrentBrandName()}
export MOZ_MACBUNDLE_NAME="${getCurrentBrandName()}.app"
` : '';
}