fleet/changes/fix-msi
Zach Wasserman 8dc34be3a3
Updates and fixes for packaging (#2682)
- Fix Windows MSI generation by changing permissions (#2655).
- Refactor temp directory initialization.
- Use root user for Wine in WiX Docker container.
- Support .pkg packaging on Linux without dependencies (besides Docker)
2021-10-27 16:17:41 -07:00

3 lines
161 B
Text

* Fix .msi generation in `fleetctl package` on Windows.
* Allow .pkg generation in `fleetctl package` on Linux without installing dependencies (beyond Docker).