File tree 2 files changed +14
-8
lines changed 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,7 @@ ac_add_options --enable-eme=widevine
6
6
export MOZ_MACBUNDLE_ID=${appId}
7
7
export MOZ_MACBUNDLE_NAME="Zen Browser.app"
8
8
9
- if test "$ZEN_RELEASE"; then
10
- if test "$ZEN_GA_DISABLE_PGO"; then
11
- export ZEN_DUMMY=1
12
- else
13
- export MOZ_PGO=1
14
- ac_add_options MOZ_PGO=1
15
- fi
16
- fi
9
+
17
10
18
11
if test "$SURFER_COMPAT" = "x86_64"; then
19
12
ac_add_options --target=x86_64-apple-darwin
Original file line number Diff line number Diff line change
1
+ diff --git a/old-configure.in b/old-configure.in
2
+ index 036734708f20d658248a8b5b3a6d8adc2530a878..4e1f0d96cd355cc1195b58548b29c1a5d6bedaa8 100644
3
+ --- a/old-configure.in
4
+ +++ b/old-configure.in
5
+ @@ -89,7 +89,7 @@ dnl Mac bundle identifier (based on MOZ_APP_DISPLAYNAME)
6
+ if test -z "$MOZ_MACBUNDLE_ID"; then
7
+ MOZ_MACBUNDLE_ID=`echo $MOZ_APP_DISPLAYNAME | tr 'A-Z' 'a-z' | tr -dc 'a-z-'`
8
+ fi
9
+ - MOZ_MACBUNDLE_ID=${MOZ_DISTRIBUTION_ID}.${MOZ_MACBUNDLE_ID}
10
+ + MOZ_MACBUNDLE_ID=app.zen-browser.zen
11
+ if test "$MOZ_DEBUG"; then
12
+ MOZ_MACBUNDLE_ID=${MOZ_MACBUNDLE_ID}debug
13
+ fi
You can’t perform that action at this time.
0 commit comments