mirror of
https://github.com/fleetdm/fleet
synced 2026-05-19 06:58:30 +00:00
- 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)
3 lines
161 B
Text
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).
|