$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
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
a115b3939bb7b3177a093d49fed30c161221b6a0430beb029dacabe3b7aa0a06