File tree 8 files changed +22
-22
lines changed
browser/branding/official
8 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 8
8
9
9
# BrandFullNameInternal is used for some registry and file system values
10
10
# instead of BrandFullName and typically should not be modified.
11
- !define BrandFullNameInternal " Eclipse r3dfox"
12
- !define BrandFullName " Eclipse r3dfox"
11
+ !define BrandFullNameInternal " Eclipse r3dfox ESR "
12
+ !define BrandFullName " Eclipse r3dfox ESR "
13
13
!define CompanyName " Eclipse Community"
14
14
!define URLInfoAbout " https://eclipse.cx"
15
15
!define URLUpdateInfo " https://github.com/Eclipse-Community/r3dfox/releases"
Original file line number Diff line number Diff line change 2
2
# License, v. 2.0. If a copy of the MPL was not distributed with this
3
3
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
4
5
- MOZ_APP_NAME=r3dfox
5
+ MOZ_APP_NAME=r3dfox_esr
6
6
7
- MOZ_APP_BASENAME=r3dfox
7
+ MOZ_APP_BASENAME=" r3dfox ESR "
8
8
9
- MOZ_APP_DISPLAYNAME=r3dfox
9
+ MOZ_APP_DISPLAYNAME=" r3dfox ESR "
10
10
11
11
MOZ_APP_UA_NAME=r3dfox
12
12
Original file line number Diff line number Diff line change 16
16
## For further details, consult:
17
17
## https://mozilla-l10n.github.io/styleguides/mozilla_general/#brands-copyright-and-trademark
18
18
19
- -brand-shorter-name = r3dfox
20
- -brand-short-name = r3dfox
21
- -brand-shortcut-name = r3dfox
22
- -brand-full-name = Eclipse r3dfox
19
+ -brand-shorter-name = r3dfox ESR
20
+ -brand-short-name = r3dfox ESR
21
+ -brand-shortcut-name = r3dfox ESR
22
+ -brand-full-name = Eclipse r3dfox ESR
23
23
# This brand name can be used in messages where the product name needs to
24
24
# remain unchanged across different versions (Nightly, Beta, etc.).
25
- -brand-product-name = r3dfox
25
+ -brand-product-name = r3dfox ESR
26
26
-vendor-short-name = Eclipse Community
27
27
trademarkInfo = { " r3dfox logos are copyrights of Eclipse Community. " }
Original file line number Diff line number Diff line change 2
2
# License, v. 2.0. If a copy of the MPL was not distributed with this
3
3
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
4
5
- brandShorterName =r3dfox
6
- brandShortName =r3dfox
7
- brandFullName =Eclipse r3dfox
5
+ brandShorterName =r3dfox ESR
6
+ brandShortName =r3dfox ESR
7
+ brandFullName =Eclipse r3dfox ESR
8
8
# LOCALIZATION NOTE(brandProductName):
9
9
# This brand name can be used in messages where the product name needs to
10
10
# remain unchanged across different versions (Nightly, Beta, etc.).
11
- brandProductName =r3dfox
11
+ brandProductName =r3dfox ESR
12
12
vendorShortName =Eclipse Community
13
13
syncBrandShortName =r3dfox Sync
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ ac_add_options --target=x86_64-pc-mingw32
5
5
ac_add_options --with-toolchain-prefix=x86_64-pc-mingw32
6
6
7
7
# Please do not redistribute this build with official branding if you are not part of Eclipse Community.
8
- ac_add_options --with-app-name=r3dfox
9
- ac_add_options --with-app-basename=r3dfox
8
+ ac_add_options --with-app-name=r3dfox_esr
9
+ ac_add_options --with-app-basename=" r3dfox ESR"
10
10
# For potential nightly experimentation enable the below and disable the above.
11
11
#ac_add_options --with-branding=browser/branding/nightly
12
12
#ac_add_options --with-app-name=plasmafox
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ ac_add_options --with-toolchain-prefix=i686-pc-mingw32
6
6
ac_add_options --disable-sandbox
7
7
8
8
# Please do not redistribute this build with official branding if you are not part of Eclipse Community.
9
- ac_add_options --with-app-name=r3dfox
10
- ac_add_options --with-app-basename=r3dfox
9
+ ac_add_options --with-app-name=r3dfox_esr
10
+ ac_add_options --with-app-basename=" r3dfox ESR"
11
11
# For potential nightly experimentation enable the below and disable the above.
12
12
#ac_add_options --with-branding=browser/branding/nightly
13
13
#ac_add_options --with-app-name=plasmafox
Original file line number Diff line number Diff line change 6
6
ac_add_options --target=x86_64
7
7
8
8
# Please do not redistribute this build with official branding if you are not part of Eclipse Community.
9
- ac_add_options --with-app-name=r3dfox
10
- ac_add_options --with-app-basename=r3dfox
9
+ ac_add_options --with-app-name=r3dfox_esr
10
+ ac_add_options --with-app-basename=" r3dfox ESR"
11
11
# For potential nightly experimentation enable the below and disable the above.
12
12
#ac_add_options --with-branding=browser/branding/nightly
13
13
#ac_add_options --with-app-name=plasmafox
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ ac_add_options --target=i686
7
7
ac_add_options --disable-sandbox
8
8
9
9
# Please do not redistribute this build with official branding if you are not part of Eclipse Community.
10
- ac_add_options --with-app-name=r3dfox
11
- ac_add_options --with-app-basename=r3dfox
10
+ ac_add_options --with-app-name=r3dfox_esr
11
+ ac_add_options --with-app-basename=" r3dfox ESR"
12
12
# For potential nightly experimentation enable the below and disable the above.
13
13
#ac_add_options --with-branding=browser/branding/nightly
14
14
#ac_add_options --with-app-name=plasmafox
You can’t perform that action at this time.
0 commit comments