cleanup and refactoring

This commit is contained in:
Richard Macias
2026-02-14 12:59:17 -06:00
parent 75d135035c
commit d4a006158f
7 changed files with 41 additions and 20 deletions

View File

@@ -42,6 +42,7 @@ CATEGORIES = [
"Utilities",
"PC Emulation",
"Streaming",
"Track Only",
]
VARIANT_OPTIONS = [
@@ -183,6 +184,8 @@ def generate_app_entry(
) -> dict:
"""Generate a complete app entry."""
settings = DEFAULT_ADDITIONAL_SETTINGS.copy()
if "Track Only" in categories:
settings["trackOnly"] = True
if include_prereleases:
settings["includePrereleases"] = True
if verify_latest_tag: