Use old activation bytes if present.
This commit is contained in:
parent
48c69a1339
commit
6db3a8fbf3
2 changed files with 5 additions and 2 deletions
|
|
@ -182,7 +182,6 @@ namespace AaxDecrypter
|
|||
FileUtility.SaferDelete(jsonDownloadState);
|
||||
|
||||
if (!string.IsNullOrEmpty(DownloadOptions.AudibleKey) &&
|
||||
!string.IsNullOrEmpty(DownloadOptions.AudibleIV) &&
|
||||
DownloadOptions.RetainEncryptedFile)
|
||||
{
|
||||
string aaxPath = Path.ChangeExtension(tempFilePath, ".aax");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue