Skip to content

Commit

Permalink
Forgot to apply ESR branding
Browse files Browse the repository at this point in the history
  • Loading branch information
K4sum1 committed Aug 26, 2024
1 parent e933515 commit 1da6164
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions browser/branding/official/branding.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

# BrandFullNameInternal is used for some registry and file system values
# instead of BrandFullName and typically should not be modified.
!define BrandFullNameInternal "Eclipse r3dfox"
!define BrandFullName "Eclipse r3dfox"
!define BrandFullNameInternal "Eclipse r3dfox ESR"
!define BrandFullName "Eclipse r3dfox ESR"
!define CompanyName "Eclipse Community"
!define URLInfoAbout "https://eclipse.cx"
!define URLUpdateInfo "https://github.com/Eclipse-Community/r3dfox/releases"
Expand Down
6 changes: 3 additions & 3 deletions browser/branding/official/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

MOZ_APP_NAME=r3dfox
MOZ_APP_NAME=r3dfox_esr

MOZ_APP_BASENAME=r3dfox
MOZ_APP_BASENAME="r3dfox ESR"

MOZ_APP_DISPLAYNAME=r3dfox
MOZ_APP_DISPLAYNAME="r3dfox ESR"

MOZ_APP_UA_NAME=r3dfox

Expand Down
10 changes: 5 additions & 5 deletions browser/branding/official/locales/en-US/brand.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
## For further details, consult:
## https://mozilla-l10n.github.io/styleguides/mozilla_general/#brands-copyright-and-trademark

-brand-shorter-name = r3dfox
-brand-short-name = r3dfox
-brand-shortcut-name = r3dfox
-brand-full-name = Eclipse r3dfox
-brand-shorter-name = r3dfox ESR
-brand-short-name = r3dfox ESR
-brand-shortcut-name = r3dfox ESR
-brand-full-name = Eclipse r3dfox ESR
# This brand name can be used in messages where the product name needs to
# remain unchanged across different versions (Nightly, Beta, etc.).
-brand-product-name = r3dfox
-brand-product-name = r3dfox ESR
-vendor-short-name = Eclipse Community
trademarkInfo = { "r3dfox logos are copyrights of Eclipse Community." }
8 changes: 4 additions & 4 deletions browser/branding/official/locales/en-US/brand.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

brandShorterName=r3dfox
brandShortName=r3dfox
brandFullName=Eclipse r3dfox
brandShorterName=r3dfox ESR
brandShortName=r3dfox ESR
brandFullName=Eclipse r3dfox ESR
# LOCALIZATION NOTE(brandProductName):
# This brand name can be used in messages where the product name needs to
# remain unchanged across different versions (Nightly, Beta, etc.).
brandProductName=r3dfox
brandProductName=r3dfox ESR
vendorShortName=Eclipse Community
syncBrandShortName=r3dfox Sync
4 changes: 2 additions & 2 deletions mozconfigs/mozconfig-win-cross-x64
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ac_add_options --target=x86_64-pc-mingw32
ac_add_options --with-toolchain-prefix=x86_64-pc-mingw32

# Please do not redistribute this build with official branding if you are not part of Eclipse Community.
ac_add_options --with-app-name=r3dfox
ac_add_options --with-app-basename=r3dfox
ac_add_options --with-app-name=r3dfox_esr
ac_add_options --with-app-basename="r3dfox ESR"
# For potential nightly experimentation enable the below and disable the above.
#ac_add_options --with-branding=browser/branding/nightly
#ac_add_options --with-app-name=plasmafox
Expand Down
4 changes: 2 additions & 2 deletions mozconfigs/mozconfig-win-cross-x86
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ac_add_options --with-toolchain-prefix=i686-pc-mingw32
ac_add_options --disable-sandbox

# Please do not redistribute this build with official branding if you are not part of Eclipse Community.
ac_add_options --with-app-name=r3dfox
ac_add_options --with-app-basename=r3dfox
ac_add_options --with-app-name=r3dfox_esr
ac_add_options --with-app-basename="r3dfox ESR"
# For potential nightly experimentation enable the below and disable the above.
#ac_add_options --with-branding=browser/branding/nightly
#ac_add_options --with-app-name=plasmafox
Expand Down
4 changes: 2 additions & 2 deletions mozconfigs/mozconfig-win-x64
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
ac_add_options --target=x86_64

# Please do not redistribute this build with official branding if you are not part of Eclipse Community.
ac_add_options --with-app-name=r3dfox
ac_add_options --with-app-basename=r3dfox
ac_add_options --with-app-name=r3dfox_esr
ac_add_options --with-app-basename="r3dfox ESR"
# For potential nightly experimentation enable the below and disable the above.
#ac_add_options --with-branding=browser/branding/nightly
#ac_add_options --with-app-name=plasmafox
Expand Down
4 changes: 2 additions & 2 deletions mozconfigs/mozconfig-win-x86
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ ac_add_options --target=i686
ac_add_options --disable-sandbox

# Please do not redistribute this build with official branding if you are not part of Eclipse Community.
ac_add_options --with-app-name=r3dfox
ac_add_options --with-app-basename=r3dfox
ac_add_options --with-app-name=r3dfox_esr
ac_add_options --with-app-basename="r3dfox ESR"
# For potential nightly experimentation enable the below and disable the above.
#ac_add_options --with-branding=browser/branding/nightly
#ac_add_options --with-app-name=plasmafox
Expand Down

0 comments on commit 1da6164

Please sign in to comment.