mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 502933: mobile installer changes to enable custom non-CAB installer, r=blassey
This commit is contained in:
parent
73f6e9700a
commit
247d1bd810
@ -160,7 +160,8 @@ UNPACKAGE = $(LIBXUL_DIST)/xulrunner*$(PKG_SUFFIX)
|
||||
|
||||
installer: stage-package package-xulrunner
|
||||
$(NSINSTALL) -D $(DIST)/$(PKG_PATH)
|
||||
cd $(DIST) && $(PYTHON) $(topsrcdir)/build/package/wince/make_wince_cab.py $(CABARGS) "$(VSINSTALLDIR)/SmartDevices/SDK/SDKTools/cabwiz.exe" "$(MOZ_PKG_DIR)" "$(MOZ_APP_DISPLAYNAME)" "$(PKG_PATH)$(PKG_BASENAME).cab" && $(ZIP) -r9D $(PACKAGE) $(MOZ_PKG_DIR) && echo "Installer $(PKG_PATH)$(PKG_BASENAME).cab created!"
|
||||
$(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
|
||||
|
||||
endif
|
||||
|
||||
|
17
mobile/locales/en-US/installer/setup.ini
Normal file
17
mobile/locales/en-US/installer/setup.ini
Normal file
@ -0,0 +1,17 @@
|
||||
; This file is in the UTF-8 encoding
|
||||
[Strings]
|
||||
AppShortName=Fennec
|
||||
AppLongName=Mozilla Fennec
|
||||
WindowCaption=Mozilla Fennec Setup
|
||||
InstallTo=Install Fennec to
|
||||
Install=Install
|
||||
Cancel=Cancel
|
||||
InstalledSuccessfully=Mozilla Fennec has been installed successfully.
|
||||
ExtractionError=Archive extraction error:
|
||||
ThereWereErrors=There were errors during installation:
|
||||
CreatingUserProfile=Creating user profile. Please wait...
|
||||
UninstallCaption=Mozilla Fennec 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.
|
Loading…
Reference in New Issue
Block a user