You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(scoop): write wheels.cmd in pre_install so Scoop's bin shim step succeeds (#2603)
Scoop's install order is pre_install -> bin shim creation -> post_install.
Both manifests emitted the wheels.cmd launcher in post_install, so the shim
step ran first, failed with `Can't shim 'wheels.cmd': File doesn't exist.`,
and aborted the install before the launcher was ever written. Surfaced on
Windows as a permanently-broken `scoop install wheels-be` (and would have hit
`wheels` GA the same way).
Move the launcher-creation block to pre_install in the generator. Validator
and README pick up the same rename. The emitted JSON manifests change by
exactly one key per file; everything else (wrapper content, URLs, hashes,
extract paths, banners) is byte-identical.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments