mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Add missing desktop channel to orbit's Info.plist (#4724)
This commit is contained in:
parent
666509e634
commit
4d7c9d19d2
1 changed files with 2 additions and 0 deletions
|
|
@ -97,6 +97,8 @@ var macosLaunchdTemplate = template.Must(template.New("").Option("missingkey=err
|
|||
{{- if .Desktop }}
|
||||
<key>ORBIT_FLEET_DESKTOP</key>
|
||||
<string>true</string>
|
||||
<key>ORBIT_DESKTOP_CHANNEL</key>
|
||||
<string>{{ .DesktopChannel }}</string>
|
||||
{{- end }}
|
||||
</dict>
|
||||
<key>KeepAlive</key>
|
||||
|
|
|
|||
Loading…
Reference in a new issue