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
Fall back to sha256sum when shasum isn't on PATH
Windows' Git Bash runner apparently dropped shasum (Perl-based) from its
default PATH — v0.1.24's Windows release build failed at the
beforeBuildCommand step with "shasum: command not found", even though
v0.1.23 built fine 5 days earlier. sha256sum (GNU coreutils) reads the same
checksum-file format and is available on Linux/Windows; shasum stays as
the fallback for macOS, which doesn't ship sha256sum by default.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>