fleet/orbit/cmd/desktop/desktop_unix.go
Lucas Manuel Rodriguez b6bbbbe186
Add (beta) support for Fleet Desktop to linux (#5221)
* Add (beta) support for Fleet Desktop to linux

* Add dependency for linux desktop

* Amend makefile uname check

* Clarify env vars used for linux in execuser

* Add final set of fixes

* Remove -it from docker run

* Add desktop to the update runner for Linux

* Re-arrange tag.gz and fix upgrade check for linux desktop
2022-05-04 11:14:12 -03:00

10 lines
129 B
Go

//go:build darwin || linux
// +build darwin linux
package main
import _ "embed"
//go:embed icon_white.png
var icoBytes []byte