diff --git a/application/basilisk/installer/windows/Makefile.in b/application/basilisk/installer/windows/Makefile.in index 5326ab8971..23072f99ef 100644 --- a/application/basilisk/installer/windows/Makefile.in +++ b/application/basilisk/installer/windows/Makefile.in @@ -5,7 +5,16 @@ include $(topsrcdir)/toolkit/mozapps/installer/package-name.mk CONFIG_DIR = instgen -SFX_MODULE = $(topsrcdir)/other-licenses/7zstub/uxp/7zSD.sfx + +ifdef MOZ_OFFICIAL_BRANDING +BRANDED_SFX = 1 +endif + +ifdef BRANDED_SFX +SFX_MODULE = $(topsrcdir)/other-licenses/7zstub/hydra/7zSD.sfx +else +SFX_MODULE = $(MOZILLA_SRCDIR)/other-licenses/7zstub/basilisk/7zSD.sfx +endif INSTALLER_FILES = \ app.tag \ diff --git a/application/palemoon/installer/windows/Makefile.in b/application/palemoon/installer/windows/Makefile.in index d2be8aec2c..4bc4da65af 100644 --- a/application/palemoon/installer/windows/Makefile.in +++ b/application/palemoon/installer/windows/Makefile.in @@ -5,7 +5,16 @@ include $(topsrcdir)/toolkit/mozapps/installer/package-name.mk CONFIG_DIR = instgen -SFX_MODULE = $(topsrcdir)/other-licenses/7zstub/palemoon/7zSD.sfx + +ifdef MOZ_OFFICIAL_BRANDING +BRANDED_SFX = 1 +endif + +ifdef BRANDED_SFX +SFX_MODULE = $(topsrcdir)/other-licenses/7zstub/lun3r/7zSD.sfx +else +SFX_MODULE = $(MOZILLA_SRCDIR)/other-licenses/7zstub/palemoon/7zSD.sfx +endif INSTALLER_FILES = \ app.tag \ diff --git a/other-licenses/7zstub/basilisk/7zSD.sfx b/other-licenses/7zstub/basilisk/7zSD.sfx new file mode 100644 index 0000000000..4fcc4af45d Binary files /dev/null and b/other-licenses/7zstub/basilisk/7zSD.sfx differ diff --git a/other-licenses/7zstub/hydra/7zSD.sfx b/other-licenses/7zstub/hydra/7zSD.sfx new file mode 100644 index 0000000000..f3fcebaa88 Binary files /dev/null and b/other-licenses/7zstub/hydra/7zSD.sfx differ diff --git a/other-licenses/7zstub/lun3r/7zSD.sfx b/other-licenses/7zstub/lun3r/7zSD.sfx new file mode 100644 index 0000000000..a7122df8dc Binary files /dev/null and b/other-licenses/7zstub/lun3r/7zSD.sfx differ diff --git a/other-licenses/7zstub/palemoon/7zSD.sfx b/other-licenses/7zstub/palemoon/7zSD.sfx index ecb03bad36..33a9313e8d 100644 Binary files a/other-licenses/7zstub/palemoon/7zSD.sfx and b/other-licenses/7zstub/palemoon/7zSD.sfx differ diff --git a/other-licenses/7zstub/uxp/7zSD.sfx b/other-licenses/7zstub/uxp/7zSD.sfx index 62318e1f36..44a41dc6d0 100644 Binary files a/other-licenses/7zstub/uxp/7zSD.sfx and b/other-licenses/7zstub/uxp/7zSD.sfx differ