build: ensure KDE Neon is in the supported dist list.

See #312
This commit is contained in:
Alexandre Pujol 2024-04-28 17:17:29 +01:00
parent c7fb47e97a
commit aa94ce1740
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 25 additions and 1 deletions

View file

@ -23,7 +23,7 @@ var (
supportedDists = map[string][]string{
"arch": {},
"debian": {},
"ubuntu": {},
"ubuntu": {"neon"},
"opensuse": {"suse", "opensuse-tumbleweed"},
"whonix": {},
}