Commit 296e0e00 authored by Sylvestre Ledru's avatar Sylvestre Ledru
Browse files

bug 1378834 - Update of the installers to reflect the nightly name change r=mhowell

BrandFullName is now defined in the branding files


MozReview-Commit-ID: 5wmInT9xbrT

--HG--
extra : rebase_source : 758d9c607556036c579f0be5eeaf0d5f13a0e1e1
parent e84471a9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
# instead of BrandFullName and typically should not be modified.
!define BrandFullNameInternal "Firefox Developer Edition"
!define BrandShortName        "Firefox Developer Edition"
!define BrandFullName         "Firefox Developer Edition"
!define CompanyName           "mozilla.org"
!define URLInfoAbout          "https://www.mozilla.org"
!define HelpLink              "https://support.mozilla.org"
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
# BrandFullNameInternal is used for some registry and file system values
# instead of BrandFullName and typically should not be modified.
!define BrandFullNameInternal "Mozilla Firefox"
!define BrandFullName         "Mozilla Firefox"
!define CompanyName           "Mozilla Corporation"
!define URLInfoAbout          "https://www.mozilla.org"
!define URLUpdateInfo         "https://www.mozilla.org/firefox/${AppVersion}/releasenotes"
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
# BrandFullNameInternal is used for some registry and file system values
# instead of BrandFullName and typically should not be modified.
!define BrandFullNameInternal "Mozilla Developer Preview"
!define BrandFullName         "Mozilla Developer Preview"
!define CompanyName           "mozilla.org"
!define URLInfoAbout          "https://www.mozilla.org"
!define HelpLink              "https://support.mozilla.org"
+0 −1
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@
!ifndef DEV_EDITION
!define BrandShortName        "@MOZ_APP_DISPLAYNAME@"
!endif
!define BrandFullName         "${BrandFullNameInternal}"

!define CERTIFICATE_NAME            "Mozilla Corporation"
!define CERTIFICATE_ISSUER          "DigiCert SHA2 Assured ID Code Signing CA"