fixed images, support for having other distro's asciiart/png
This commit is contained in:
parent
99a6d51717
commit
9a83ca70b5
1 changed files with 4 additions and 0 deletions
|
@ -8,7 +8,11 @@ var ArchArt []byte
|
||||||
//go:embed ubuntu.jpg
|
//go:embed ubuntu.jpg
|
||||||
var UbuntuArt []byte
|
var UbuntuArt []byte
|
||||||
|
|
||||||
|
//go:embed saul.png
|
||||||
|
var saulArt []byte
|
||||||
|
|
||||||
var DistroImages = map[string][]byte{
|
var DistroImages = map[string][]byte{
|
||||||
"arch": ArchArt,
|
"arch": ArchArt,
|
||||||
|
"saul": saulArt,
|
||||||
"ubuntu": UbuntuArt,
|
"ubuntu": UbuntuArt,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue