mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 08:55:33 +02:00
bump version to 1.11.8 and add MOZ_MACBUNDLE_ID to configure script
This commit is contained in:
parent
1714494428
commit
518d1af0c7
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@zen-browser/surfer",
|
"name": "@zen-browser/surfer",
|
||||||
"version": "1.11.7",
|
"version": "1.11.8",
|
||||||
"description": "Simplifying building firefox forks!",
|
"description": "Simplifying building firefox forks!",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
|
@ -3,6 +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}
|
||||||
|
|
||||||
if test "$DEVELOPER_OPTIONS"; then
|
if test "$DEVELOPER_OPTIONS"; then
|
||||||
if test "$MOZ_DEBUG"; then
|
if test "$MOZ_DEBUG"; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue