track hbc type and version

This commit is contained in:
Andreas Wrede
2026-04-30 18:22:35 -04:00
parent 65c4267847
commit b290b21e23
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -60,6 +60,7 @@ class OSInfoPlugin(InfoPlugin):
"python_version": platform.python_version(),
"python_implementation": platform.python_implementation(),
"hbc_version": hbc_version,
"hbc_type": "full",
}
# Add Linux-specific distribution info
+2
View File
@@ -233,6 +233,8 @@ class OSInfoPlugin(InfoPlugin):
"machine": platform.machine(),
"architecture": platform.architecture()[0],
"python_version": platform.python_version(),
"hbc_version": "5.1.7",
"hbc_type": "mini",
}
if platform.system() == "Linux":
data.update(_linux_distro())