Fix macOS builds

This commit is contained in:
Xpl0itU 2023-07-20 12:22:09 +02:00
parent fff0948034
commit 4bb0066714
4 changed files with 11 additions and 4 deletions

View file

@ -254,7 +254,9 @@ func DownloadTitle(titleID string, outputDirectory string, doDecryption bool, pr
return err
}
if err := checkContentHashes(outputDirectory, content, &cipherHashTree); err != nil {
fmt.Println(err)
if progressWindow.cancelled {
break
}
return err
}
}