better handling of path differences for MSI installers (#7035)

Related to #7036, Tested in:

- [x] macOS via `fleetctl package --type=msi` (non-native)
- [x] Linux native via `docker run -v "$(pwd)" fleetdm/fleetctl package --type=msi` (native)
- [x] Windows via `fleetctl pacakge --type=msi` (thanks to @edwardsb) (non-native)
This commit is contained in:
Roberto Dip
2022-08-05 17:12:05 -03:00
committed by GitHub
parent e40c5b02c1
commit 6fead4c08d
3 changed files with 23 additions and 48 deletions
+1
View File
@@ -0,0 +1 @@
* Fixed a bug preventing `.msi` installers to be generated on Windows machines.