mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-01 19:18:28 -04:00
0cdb065739
binary to mount at runtime, -c or DMS_SHELL_DIR overrides required to explicitly override embedded configuration
13 lines
318 B
Go
13 lines
318 B
Go
//go:build withshell
|
|
|
|
package shellembed
|
|
|
|
import "embed"
|
|
|
|
// dist is populated from the repo's quickshell/ tree by `make sync-shell`
|
|
// before any tagged build; it is never committed. all: keeps the .dankrev
|
|
// revision key, which go:embed would otherwise skip as a dotfile.
|
|
//
|
|
//go:embed all:dist
|
|
var distFS embed.FS
|