This commit is contained in:
hubobel 2025-12-28 20:25:26 +01:00
parent 5c4fe7922b
commit b56b05af5c

View file

@ -39,9 +39,6 @@ def get_runtime_version() -> str:
return p.read_text(encoding="utf-8").strip() return p.read_text(encoding="utf-8").strip()
except Exception: except Exception:
return "0.0.0.0" return "0.0.0.0"
def ensure_version_info(force: bool = False) -> str: def ensure_version_info(force: bool = False) -> str:
""" """
Erzeugt version_info.txt für PyInstaller und version_runtime.txt für die Erzeugt version_info.txt für PyInstaller und version_runtime.txt für die