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:
Neal Gompa 2023-05-09 07:53:06 -04:00
parent 547c21b7b3
commit 14652d47d2

View File

@ -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": {