diff --git a/builder.py b/builder.py index 2d5487f..976a165 100755 --- a/builder.py +++ b/builder.py @@ -24,16 +24,16 @@ if not RELEASE: # TODO: should be a class using abc TARGETS = { - "gnome": { - "profile": "Workstation-GNOME", - "name": f"Fedora Linux {RELEASE} Workstation (GNOME)", - "id": "gnome", - }, "kde": { "profile": "Workstation-KDE", "name": f"Fedora Linux {RELEASE} KDE Plasma Desktop", "id": "kde", }, + "gnome": { + "profile": "Workstation-GNOME", + "name": f"Fedora Linux {RELEASE} Workstation (GNOME)", + "id": "gnome", + }, "server": { "profile": "Server", "name": f"Fedora Linux {RELEASE} Server",