mirror of
https://github.com/Xpl0itU/WiiUDownloader.git
synced 2025-05-27 21:44:26 -04:00
Add on-demand decryption
This commit is contained in:
parent
1d7d850674
commit
20098cdb2e
3 changed files with 31 additions and 2 deletions
|
@ -242,7 +242,7 @@ func DownloadTitle(titleID string, outputDirectory string, doDecryption bool, pr
|
|||
}
|
||||
|
||||
if doDecryption && !progressWindow.cancelled {
|
||||
if err := decryptContents(outputDir, progressWindow, deleteEncryptedContents); err != nil {
|
||||
if err := DecryptContents(outputDir, progressWindow, deleteEncryptedContents); err != nil {
|
||||
return err
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue