Add missing desktop channel to orbit's Info.plist (#4724)

This commit is contained in:
Lucas Manuel Rodriguez 2022-03-21 19:56:12 -03:00 committed by GitHub
parent 666509e634
commit 4d7c9d19d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>