change fprofile directory from mozilla/firefox/ to retrozilla/browser/

This commit is contained in:
Ryan Nematz 2018-06-25 16:21:51 -04:00
parent 960601e87c
commit 68f575e480
4 changed files with 6 additions and 6 deletions

View File

@ -62,9 +62,9 @@ AB_CD = en-US
DEFINES += -DAB_CD=$(AB_CD)
ifeq ($(USE_SHORT_LIBNAME), 1)
PROGRAM = firefox$(BIN_SUFFIX)
PROGRAM = $(MOZ_APP_NAME)$(BIN_SUFFIX)
else
PROGRAM = firefox-bin$(BIN_SUFFIX)
PROGRAM = $(MOZ_APP_NAME)$(BIN_SUFFIX)
endif
REQUIRES = \

View File

@ -46,8 +46,8 @@
static const nsXREAppData kAppData = {
sizeof(nsXREAppData),
nsnull,
"Mozilla",
"Firefox",
"RetroZilla",
"Browser",
NS_STRINGIFY(APP_VERSION),
NS_STRINGIFY(BUILD_ID),
"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}",

2
configure vendored
View File

@ -13397,7 +13397,7 @@ if test "${enable_official_branding+set}" = set; then
case "$MOZ_BUILD_APP" in
browser)
MOZ_BRANDING_DIRECTORY=other-licenses/branding/firefox
MOZ_APP_DISPLAYNAME=Firefox
MOZ_APP_DISPLAYNAME=RetroZilla
;;
calendar)

View File

@ -4577,7 +4577,7 @@ MOZ_ARG_ENABLE_BOOL(official-branding,
[case "$MOZ_BUILD_APP" in
browser)
MOZ_BRANDING_DIRECTORY=other-licenses/branding/firefox
MOZ_APP_DISPLAYNAME=Firefox
MOZ_APP_DISPLAYNAME=RetroZilla
;;
calendar)