fetch: add artix to distro info

This commit is contained in:
Daniel Eklöf 2021-05-11 17:29:52 +02:00 committed by Nick Black
parent 29b161f1c0
commit 632cbcc881

View File

@ -62,6 +62,10 @@ static distro_info distros[] = {
.name = "arch", .name = "arch",
// from core/filesystem // from core/filesystem
.logofile = "/usr/share/pixmaps/archlinux.png", .logofile = "/usr/share/pixmaps/archlinux.png",
}, {
.name = "artix",
// from system/filesystem
.logofile = "/usr/share/pixmaps/artixlinux-logo.png",
}, { }, {
.name = "debian", .name = "debian",
// from desktop-base package // from desktop-base package