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