1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-01 19:18:28 -04:00
Files
DankMaterialShell/core/internal/shellembed/embed_stub.go
T
bbedward 0cdb065739 core: migrate to dankgo shared go modules, embed quickshell in DMS
binary to mount at runtime, -c or DMS_SHELL_DIR overrides required to
explicitly override embedded configuration
2026-07-18 14:51:52 -04:00

10 lines
209 B
Go

//go:build !withshell
package shellembed
import "embed"
// Untagged builds (tests, vet, plain `go build`) carry no embedded UI;
// config resolution then requires an explicit shell dir.
var distFS embed.FS