MCPcopy Create free account
hub / github.com/defold/defold / get_exe_suffix

Function get_exe_suffix

editor/scripts/bundle.py:400–401  ·  view source on GitHub ↗
(platform)

Source from the content-addressed store, hash-verified

398 shutil.rmtree(temp_dir)
399
400def get_exe_suffix(platform):
401 return ".exe" if 'win32' in platform else ""
402
403def remove_platform_files_from_archive(platform, jar, jdk=None):
404 start_time = time.perf_counter()

Callers 1

create_bundleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected