mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 01:10:03 +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",
|
"name": "@zen-browser/surfer",
|
||||||
"version": "1.10.6",
|
"version": "1.11.0",
|
||||||
"description": "Simplifying building firefox forks!",
|
"description": "Simplifying building firefox forks!",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
|
@ -57,6 +57,6 @@ export MOZ_APPUPDATE_HOST=${
|
||||||
` + process.platform === 'macos' ? `
|
` + process.platform === 'macos' ? `
|
||||||
|
|
||||||
# MacOS specific settings
|
# 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