MCPcopy
hub / github.com/MaaEnd/MaaEnd / run_build_script

Function run_build_script

tools/setup_workspace.py:215–218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

213
214
215def 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
221def get_latest_release_url(

Callers 1

mainFunction · 0.85

Calls 3

run_commandFunction · 0.85
hdrMethod · 0.80
tFunction · 0.70

Tested by

no test coverage detected