mirror of
https://github.com/Xpl0itU/WiiUDownloader.git
synced 2025-05-12 22:26:15 -04:00
Fix decryption
This commit is contained in:
parent
59f37f9bad
commit
dd1e9eb4d9
1 changed files with 1 additions and 0 deletions
|
@ -423,6 +423,7 @@ func DecryptContents(path string, progressReporter ProgressReporter, deleteEncry
|
|||
|
||||
// Check if all contents are present and how they are named
|
||||
for i := 0; i < len(tmd.Contents); i++ {
|
||||
tmd.Contents[i].CIDStr = fmt.Sprintf("%08X", tmd.Contents[i].ID)
|
||||
_, err := os.Stat(filepath.Join(path, tmd.Contents[i].CIDStr+".app"))
|
||||
if err != nil {
|
||||
tmd.Contents[i].CIDStr = fmt.Sprintf("%08x", tmd.Contents[i].ID)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue