Fixes
🐛 Fix Windows npm installation failure by @leggetter in #144
Problem: Windows users were unable to install the Hookdeck CLI via npm due to a 404 error when downloading the binary archive.
Solution: Changed Windows release archives from .zip
to .tar.gz
format to match the npm package expectations.
Impact:
- ✅
npm install -g hookdeck-cli
now works on Windows - ✅ Scoop installation continues to work (supports
.tar.gz
format) - ✅ Manual downloads now use
.tar.gz
format (requires extraction tool on Windows 10)
For Windows users:
- npm installation: Now works correctly
- Scoop installation: Continues to work as before
- Manual download: Files are now
.tar.gz
format instead of.zip
- Windows 11: Native support for
.tar.gz
- Windows 10: Use 7-Zip, WinRAR, or similar tool
- Windows 11: Native support for
Breaking Changes: None - all installation methods continue to work.
Full Changelog: v1.0.2...v1.0.3