What's Changed
Expanded build support from 4 to 6 platforms, adding macOS Intel and Windows ARM64.
✨ New Features
- macOS Intel (x86_64) support — separate DMG builds for Intel-based Macs
- Windows ARM64 support — NSIS installer for ARM-based Windows devices
🛠 Improvements
- CI matrix expanded to 6 platforms — uses
macos-15-intelfor native Intel builds, cross-compiles Windows ARM64 on x64 runner - NSIS preinstall hook fix —
taskkillnow correctly targetsmotrixnext-aria2c.exeinstead of aria2c.exe - Updater JSON covers all 6 platforms —
darwin-x86_64andwindows-aarch64keys added - 30 sidecar binary validation tests — structural tests verify presence, size, binary format (MZ/ELF/Mach-O), architecture, and CI sync
📦 Downloads
| Platform | File |
|---|---|
| macOS (Apple Silicon) | .dmg
|
| macOS (Intel) | .dmg
|
| Windows (x64) | -setup.exe
|
| Windows (ARM64) | -setup.exe
|
| Linux (x64) | .AppImage / .deb
|
| Linux (ARM64) | .AppImage / .deb
|