Skip to content

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 04 Jun 15:40
· 21 commits to main since this release

Added

Changed

  • build-cpython-ghuser-components now runs the componentizer as a direct subprocess (using sys.executable) instead of through a shell, and on macOS forces the Mono runtime and adds the Homebrew library directories to DYLD_LIBRARY_PATH. This makes the task work on macOS (and Linux) without Rhino/Windows — previously the embedded Mono could not find libgdiplus to embed component icons, and macOS SIP stripped DYLD_* across the shell ctx.run used.

Removed