mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 08:55:33 +02:00
bump version to 1.11.0 and update MacOS bundle name format
This commit is contained in:
parent
e0814653df
commit
921ecf68bf
2 changed files with 2 additions and 2 deletions
|
@ -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": {
|
||||
|
|
|
@ -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"
|
||||
` : '';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue