зеркало из https://github.com/mozilla/pjs.git
bug 531786 - Application Name (Fennec) should not be hardcoded in installer file (setup.ini) r=mfinkle,robstrong
This commit is contained in:
Родитель
86e57d017b
Коммит
b1942e00ea
|
@ -189,8 +189,8 @@ UNPACKAGE = $(LIBXUL_DIST)/xulrunner*$(PKG_SUFFIX)
|
|||
|
||||
installer: stage-package package-xulrunner
|
||||
$(NSINSTALL) -D $(DIST)/$(PKG_PATH)
|
||||
$(NSINSTALL) $(srcdir)/../locales/$(AB_CD)/installer/setup.ini $(DIST)
|
||||
cd $(DIST) && mv $(MOZ_PKG_DIR)/xulrunner/uninstall.exe $(MOZ_PKG_DIR)/ && 7z a $(PKG_PATH)$(PKG_BASENAME).7z $(MOZ_PKG_DIR) setup.ini -x!$(MOZ_PKG_DIR)/xulrunner/xulrunner-stub-installer.sfx && cat $(MOZ_PKG_DIR)/xulrunner/xulrunner-stub-installer.sfx $(PKG_PATH)$(PKG_BASENAME).7z>$(PKG_PATH)$(PKG_BASENAME).exe && rm $(PKG_PATH)$(PKG_BASENAME).7z && rm setup.ini && $(ZIP) -r9D $(PACKAGE) $(MOZ_PKG_DIR)
|
||||
$(NSINSTALL) $(DIST)/$(MOZ_PKG_DIR)/setup.ini $(DIST)
|
||||
cd $(DIST) && mv $(MOZ_PKG_DIR)/xulrunner/uninstall.exe $(MOZ_PKG_DIR)/ && 7z a $(PKG_PATH)$(PKG_BASENAME).7z $(MOZ_PKG_DIR) setup.ini -x!$(MOZ_PKG_DIR)/xulrunner/xulrunner-stub-installer.sfx -x!$(MOZ_PKG_DIR)/setup.ini && cat $(MOZ_PKG_DIR)/xulrunner/xulrunner-stub-installer.sfx $(PKG_PATH)$(PKG_BASENAME).7z>$(PKG_PATH)$(PKG_BASENAME).exe && rm $(PKG_PATH)$(PKG_BASENAME).7z && rm setup.ini && $(ZIP) -r9D $(PACKAGE) $(MOZ_PKG_DIR)
|
||||
|
||||
endif
|
||||
|
||||
|
|
|
@ -145,6 +145,20 @@ libs:: $(UPDATER_INI)
|
|||
$(FINAL_TARGET)/updater.ini
|
||||
endif
|
||||
|
||||
ifdef WINCE_WINDOWS_MOBILE
|
||||
ifdef LOCALE_MERGEDIR
|
||||
SETUP_INI := $(firstword $(wildcard $(LOCALE_MERGEDIR)/installer/setup.ini) \
|
||||
$(wildcard $(LOCALE_SRCDIR)/installer/setup.ini) \
|
||||
$(srcdir)/en-US/installer/setup.ini )
|
||||
else
|
||||
SETUP_INI := $(addprefix $(LOCALE_SRCDIR)/,installer/setup.ini)
|
||||
endif
|
||||
libs:: $(SETUP_INI)
|
||||
cat $< | \
|
||||
sed -e "s/%MOZ_APP_DISPLAYNAME%/$(MOZ_APP_DISPLAYNAME)/" > \
|
||||
$(FINAL_TARGET)/setup.ini
|
||||
endif
|
||||
|
||||
# When we unpack fennec on MacOS X the platform.ini and application.ini are in slightly
|
||||
# different locations that on all other platforms
|
||||
ifeq (Darwin, $(OS_ARCH))
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
; This file is in the UTF-8 encoding
|
||||
[Strings]
|
||||
AppShortName=Fennec
|
||||
AppLongName=Mozilla Fennec
|
||||
WindowCaption=Mozilla Fennec Setup
|
||||
InstallTo=Install Fennec to
|
||||
AppShortName=%MOZ_APP_DISPLAYNAME%
|
||||
AppLongName=Mozilla %MOZ_APP_DISPLAYNAME%
|
||||
WindowCaption=Mozilla %MOZ_APP_DISPLAYNAME% Setup
|
||||
InstallTo=Install %MOZ_APP_DISPLAYNAME% to
|
||||
Install=Install
|
||||
Cancel=Cancel
|
||||
InstalledSuccessfully=Mozilla Fennec has been installed successfully.
|
||||
InstalledSuccessfully=Mozilla %MOZ_APP_DISPLAYNAME% has been installed successfully.
|
||||
ExtractionError=Archive extraction error:
|
||||
ThereWereErrors=There were errors during installation:
|
||||
CreatingUserProfile=Creating user profile. Please wait...
|
||||
UninstallCaption=Mozilla Fennec Uninstall
|
||||
UninstallCaption=Mozilla %MOZ_APP_DISPLAYNAME% Uninstall
|
||||
FilesWillBeRemoved=All files will be removed from
|
||||
AreYouSure=Are you sure?
|
||||
InstallationNotFound=Mozilla Fennec installation not found.
|
||||
UninstalledSuccessfully=Mozilla Fennec has been uninstalled successfully.
|
||||
InstallationNotFound=Mozilla %MOZ_APP_DISPLAYNAME% installation not found.
|
||||
UninstalledSuccessfully=Mozilla %MOZ_APP_DISPLAYNAME% has been uninstalled successfully.
|
||||
|
|
Загрузка…
Ссылка в новой задаче