$out = "JW-Audio-0.3.3-windows-x64-signed.exe"
$fs = [System.IO.File]::Create($out)
0..4 | ForEach-Object {
$p = "JW-Audio-0.3.3-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
cat JW-Audio-0.3.3-windows-x64-signed.exe.part-0{0,1,2,3,4} > JW-Audio-0.3.3-windows-x64-signed.exe
sha256sum JW-Audio-0.3.3-windows-x64-signed.exe
d4458883d64dd9e84c4ea21e3cb07b40a87f6b8124cbf8e13ef1026968fbfd4e