builder: Shorten the KDE and GNOME variant names
We don't need to be too wordy here, and it should fit in the boot menu list.
This commit is contained in:
parent
547c21b7b3
commit
14652d47d2
@ -26,12 +26,12 @@ if not RELEASE:
|
||||
TARGETS = {
|
||||
"kde": {
|
||||
"profile": "Workstation-KDE",
|
||||
"name": f"Fedora Linux {RELEASE} KDE Plasma Desktop",
|
||||
"name": f"Fedora Linux {RELEASE} KDE Plasma",
|
||||
"id": "kde",
|
||||
},
|
||||
"gnome": {
|
||||
"profile": "Workstation-GNOME",
|
||||
"name": f"Fedora Linux {RELEASE} Workstation (GNOME)",
|
||||
"name": f"Fedora Linux {RELEASE} GNOME",
|
||||
"id": "gnome",
|
||||
},
|
||||
"server": {
|
||||
|
Loading…
Reference in New Issue
Block a user