mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-08 22:48:28 -04:00
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
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//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
|
||||
Reference in New Issue
Block a user