mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-13 03:10:10 +01:00
change fprofile directory from mozilla/firefox/ to retrozilla/browser/
This commit is contained in:
parent
960601e87c
commit
68f575e480
@ -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 = \
|
||||
|
@ -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
2
configure
vendored
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user