Just Work Audio 0.3.1 — reassemble Windows installer (on-site parts) ==================================================================== Download all five parts into the same folder: JW-Audio-0.3.1-windows-x64-signed.exe.part-00 JW-Audio-0.3.1-windows-x64-signed.exe.part-01 JW-Audio-0.3.1-windows-x64-signed.exe.part-02 JW-Audio-0.3.1-windows-x64-signed.exe.part-03 JW-Audio-0.3.1-windows-x64-signed.exe.part-04 Parts are 20 MiB each (last part smaller). Do not put the full ~92 MB exe on the CDN — Cloudflare Pages ~25 MiB per-file limit. PowerShell (.NET FileStream preferred): $out = "JW-Audio-0.3.1-windows-x64-signed.exe" $fs = [System.IO.File]::Create($out) 0..4 | ForEach-Object { $p = "JW-Audio-0.3.1-windows-x64-signed.exe.part-{0:D2}" -f $_ $bytes = [System.IO.File]::ReadAllBytes($p) $fs.Write($bytes, 0, $bytes.Length) } $fs.Close() Get-FileHash $out -Algorithm SHA256 # expect: a115b3939bb7b3177a093d49fed30c161221b6a0430beb029dacabe3b7aa0a06 bash / Git Bash / WSL: cat JW-Audio-0.3.1-windows-x64-signed.exe.part-0{0,1,2,3,4} > JW-Audio-0.3.1-windows-x64-signed.exe sha256sum JW-Audio-0.3.1-windows-x64-signed.exe # expect: a115b3939bb7b3177a093d49fed30c161221b6a0430beb029dacabe3b7aa0a06 Joined size: 91993056 bytes Signed by Warwick Hoy (SSL.com). SmartScreen may still prompt for a new publisher — More info → Run anyway. Ask Grok build.