3.16.2
Immutable
release. Only release title and notes can be modified.
Enhancements
- Add a
--installer-typecommand line option to build only a single installer type (sh,pkg,exe, ormsi), overridinginstaller_typefrom the configuration. (#1266)
Bug fixes
- Fix
AzureSignToolsignature verification failing for installer paths that contain spaces. (#1273) - Improve the EXE installer path length check added in #1228 to also account for the package cache extraction path (
pkgs/<name-version-build>/), preventing installations that were allowed to proceed from failing to extract packages when the install path was long. (#1282)