mirror of
https://github.com/Xpl0itU/WiiUDownloader.git
synced 2025-05-20 10:15:22 -04:00
Don't add ./ to certificate path
This commit is contained in:
parent
49a2c9169c
commit
aaef6ce6f3
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ func DownloadTitle(titleID string, outputDirectory string, doDecryption bool, pr
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
defer certFile.Close()
|
defer certFile.Close()
|
||||||
logger.Info("Certificate saved to ./%v \n", certPath)
|
logger.Info("Certificate saved to %v \n", certPath)
|
||||||
|
|
||||||
c, err := aes.NewCipher(commonKey)
|
c, err := aes.NewCipher(commonKey)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue