()
| 213 | |
| 214 | |
| 215 | def run_build_script() -> bool: |
| 216 | print(Console.hdr(t("inf_run_build_script"))) |
| 217 | script_path = PROJECT_BASE / "tools" / "build_and_install.py" |
| 218 | return run_command([sys.executable, str(script_path)]) |
| 219 | |
| 220 | |
| 221 | def get_latest_release_url( |
no test coverage detected