From 52cb294d2a5408d5eac6ac4ad5285165c6877932 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Wed, 27 Nov 2019 13:21:01 -0500 Subject: No Issue - Use alternative packaging for Pale Moon and Basilisk * This adds what will eventually be a rewritten packaging routine while maintaining backwards compatibility with the original mozilla routine * Changes the build target and installer makefile to use the alternative packaging * Adds build target to specifically invoke the original mozilla routine * Update mach commands accordingly --- application/palemoon/installer/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/palemoon/installer') diff --git a/application/palemoon/installer/Makefile.in b/application/palemoon/installer/Makefile.in index a0c38f282..c02cdf96a 100644 --- a/application/palemoon/installer/Makefile.in +++ b/application/palemoon/installer/Makefile.in @@ -109,7 +109,7 @@ INSTALL_SDK = 1 endif include $(topsrcdir)/toolkit/mozapps/installer/signing.mk -include $(topsrcdir)/toolkit/mozapps/installer/packager.mk +include $(topsrcdir)/toolkit/mozapps/installer/packager-uxp.mk ifeq (bundle, $(MOZ_FS_LAYOUT)) BINPATH = $(_BINPATH) -- cgit v1.2.3