Fix installer description and publisher

Better installer config
This commit is contained in:
K4sum1 2025-04-28 23:40:02 -07:00
commit b4500a555c
7 changed files with 20 additions and 2 deletions

View file

@ -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 \

View file

@ -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 \

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.