mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Fix Windows Orbit packaging with non-stable channel (#3210)
This commit is contained in:
parent
1806838cf4
commit
3a973af164
2 changed files with 2 additions and 1 deletions
1
changes/fix-windows-orbit-non-stable
Normal file
1
changes/fix-windows-orbit-non-stable
Normal file
|
|
@ -0,0 +1 @@
|
|||
* Fix issue preventing creation of Windows MSI packages with non-default Orbit update channel.
|
||||
|
|
@ -43,7 +43,7 @@ var windowsWixTemplate = template.Must(template.New("").Option("missingkey=error
|
|||
<CreateFolder>
|
||||
<PermissionEx Sddl="O:SYG:SYD:P(A;OICI;FA;;;SY)(A;OICI;FA;;;BA)(A;OICI;0x1200a9;;;BU)" />
|
||||
</CreateFolder>
|
||||
<File Source="root\bin\orbit\windows\stable\orbit.exe">
|
||||
<File Source="root\bin\orbit\windows\{{ .OrbitChannel }}\orbit.exe">
|
||||
<PermissionEx Sddl="O:SYG:SYD:P(A;OICI;FA;;;SY)(A;OICI;FA;;;BA)(A;OICI;0x1200a9;;;BU)" />
|
||||
</File>
|
||||
<ServiceInstall
|
||||
|
|
|
|||
Loading…
Reference in a new issue