mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
* 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
9 lines
129 B
Go
9 lines
129 B
Go
//go:build darwin || linux
|
|
// +build darwin linux
|
|
|
|
package main
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed icon_white.png
|
|
var icoBytes []byte
|