mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Fix installer description and publisher
Better installer config
This commit is contained in:
parent
d745ac5721
commit
b4500a555c
7 changed files with 20 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
BIN
other-licenses/7zstub/basilisk/7zSD.sfx
Normal file
BIN
other-licenses/7zstub/basilisk/7zSD.sfx
Normal file
Binary file not shown.
BIN
other-licenses/7zstub/hydra/7zSD.sfx
Normal file
BIN
other-licenses/7zstub/hydra/7zSD.sfx
Normal file
Binary file not shown.
BIN
other-licenses/7zstub/lun3r/7zSD.sfx
Normal file
BIN
other-licenses/7zstub/lun3r/7zSD.sfx
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue