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: relaxed Content-Type checks for CLI download (#189)
This PR fixes download failure for Windows .exe binaries by relaxing
strict Content-Type checks. Previously, the plugin only accepted
application/octet-stream, causing failures when .exe files were served
as application/x-msdos-executable by some servers.
- resolves#187
0 commit comments