diff --git a/qt/aqt/utils.py b/qt/aqt/utils.py index 5acef4687..1d6163937 100644 --- a/qt/aqt/utils.py +++ b/qt/aqt/utils.py @@ -905,12 +905,7 @@ def supportText() -> str: from aqt import mw - if is_win: - platname = f"Windows {platform.win32_ver()[0]}" - elif is_mac: - platname = f"Mac {platform.mac_ver()[0]}" - else: - platname = "Linux" + platname = platform.platform() def schedVer() -> str: try: