mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 14:46:02 +00:00
Bug 348741 - add Firefox EULA v2 (NSIS rtf EULA). r=bsmedberg
This commit is contained in:
parent
abbcddd8ba
commit
1069712117
BIN
browser/EULA.rtf
Normal file
BIN
browser/EULA.rtf
Normal file
Binary file not shown.
@ -86,6 +86,7 @@ $(CONFIG_DIR)/setup.exe::
|
||||
$(INSTALL) $(addprefix $(srcdir)/,$(INSTALLER_FILES)) $(CONFIG_DIR)
|
||||
$(INSTALL) $(addprefix $(DIST)/branding/,$(BRANDING_FILES)) $(CONFIG_DIR)
|
||||
cp $(topsrcdir)/browser/EULA $(CONFIG_DIR)/license.txt
|
||||
cp $(topsrcdir)/browser/EULA.rtf $(CONFIG_DIR)/license.rtf
|
||||
$(EXIT_ON_ERROR) \
|
||||
for i in $(PP_LOCALIZED_FILES); do \
|
||||
$(PERL) $(topsrcdir)/config/preprocessor.pl $(DEFINES) $(ACDEFINES) $(srcdir)/$$i > $(CONFIG_DIR)/$$i; \
|
||||
|
@ -158,7 +158,7 @@ ReserveFile components.ini
|
||||
|
||||
; License Page
|
||||
!define MUI_LICENSEPAGE_RADIOBUTTONS
|
||||
!insertmacro MUI_PAGE_LICENSE license.txt
|
||||
!insertmacro MUI_PAGE_LICENSE license.rtf
|
||||
|
||||
; Custom Options Page
|
||||
Page custom preOptions ChangeOptions
|
||||
|
Loading…
x
Reference in New Issue
Block a user