builder: List Fedora KDE first
For Fedora Asahi, Fedora KDE is the flagship variant as it is more developed for the Apple Silicon platform than GNOME.
This commit is contained in:
parent
0d1538e7ca
commit
547c21b7b3
10
builder.py
10
builder.py
@ -24,16 +24,16 @@ if not RELEASE:
|
|||||||
|
|
||||||
# TODO: should be a class using abc
|
# TODO: should be a class using abc
|
||||||
TARGETS = {
|
TARGETS = {
|
||||||
"gnome": {
|
|
||||||
"profile": "Workstation-GNOME",
|
|
||||||
"name": f"Fedora Linux {RELEASE} Workstation (GNOME)",
|
|
||||||
"id": "gnome",
|
|
||||||
},
|
|
||||||
"kde": {
|
"kde": {
|
||||||
"profile": "Workstation-KDE",
|
"profile": "Workstation-KDE",
|
||||||
"name": f"Fedora Linux {RELEASE} KDE Plasma Desktop",
|
"name": f"Fedora Linux {RELEASE} KDE Plasma Desktop",
|
||||||
"id": "kde",
|
"id": "kde",
|
||||||
},
|
},
|
||||||
|
"gnome": {
|
||||||
|
"profile": "Workstation-GNOME",
|
||||||
|
"name": f"Fedora Linux {RELEASE} Workstation (GNOME)",
|
||||||
|
"id": "gnome",
|
||||||
|
},
|
||||||
"server": {
|
"server": {
|
||||||
"profile": "Server",
|
"profile": "Server",
|
||||||
"name": f"Fedora Linux {RELEASE} Server",
|
"name": f"Fedora Linux {RELEASE} Server",
|
||||||
|
Loading…
Reference in New Issue
Block a user