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

Function platform_is_windows

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

Source from the content-addressed store, hash-verified

107 return platform.endswith("-macos")
108
109def platform_is_windows(platform):
110 return platform.endswith("-win32")
111
112def platform_is_linux(platform):
113 return platform.endswith("-linux")

Callers 3

sign_fileFunction · 0.85
create_bundleFunction · 0.85
signFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected