MCPcopy Create free account
hub / github.com/cztomczak/cefpython / copy_app

Function copy_app

tools/automate.py:800–807  ·  view source on GitHub ↗
(app)

Source from the content-addressed store, hash-verified

798 cpdir(ceftests_files, os.path.join(bindir, "ceftests_files"))
799
800 def copy_app(app):
801 if MAC:
802 # On Mac app is a directory
803 shutil.copytree(app,
804 os.path.join(bindir,
805 os.path.basename(app)))
806 else:
807 shutil.copy(app, bindir)
808
809 if not MAC:
810 # Currently do not copy apps on Mac, as they take lots of

Callers 1

create_prebuilt_binariesFunction · 0.85

Calls 1

copyMethod · 0.80

Tested by

no test coverage detected