summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/installer/packager-uxp.mk
Commit message (Collapse)AuthorAgeLines
* Follow up to d0eee8f01 - Run precomplete cmd during package stagingMatt A. Tobin2020-04-14-1/+0
|
* Align mar generation on Windows with other platformsMatt A. Tobin2020-04-14-4/+1
| | | | This makes mar generation dependent on packaging not installer
* No Issue - Execute the precomplete command on *nix AltPackagingMatt A. Tobin2019-12-09-0/+4
| | | | Windows does not need this as mar generation is dependent on the NSIS Installer which already contains the call
* Allow Solaris to use alt packaging for Pale Moon and BasiliskMatt A. Tobin2019-11-28-2/+2
|
* No Issue - Use alternative packaging for Pale Moon and BasiliskMatt A. Tobin2019-11-27-0/+23
* 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