зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1094505 - Avoid using concatenated name in installer. r=rstrong
This commit is contained in:
Родитель
5a2b93c841
Коммит
4c867b9fa7
|
@ -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 "Firefox Developer Edition"
|
||||
!define BrandShortName "Firefox Developer Edition"
|
||||
!define CompanyName "mozilla.org"
|
||||
!define URLInfoAbout "https://www.mozilla.org"
|
||||
!define HelpLink "https://support.mozilla.org"
|
||||
|
|
|
@ -31,7 +31,9 @@
|
|||
!define DDEApplication "Firefox"
|
||||
!define AppRegName "Firefox"
|
||||
|
||||
!ifndef DEV_EDITION
|
||||
!define BrandShortName "@MOZ_APP_DISPLAYNAME@"
|
||||
!endif
|
||||
!define BrandFullName "${BrandFullNameInternal}"
|
||||
|
||||
!define NO_UNINSTALL_SURVEY
|
||||
|
|
Загрузка…
Ссылка в новой задаче