Fix aax file getting inadvertently deleted (#1236)

This commit is contained in:
Mbucari 2025-05-06 12:45:43 -06:00 committed by GitHub
parent 64a85b6aab
commit 4bfb4e73ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -204,8 +204,6 @@ namespace AaxDecrypter
else
throw new InvalidOperationException($"Unknown file type: {fileType}");
FileUtility.SaferMove(tempFilePath, aaxPath);
OnFileCreated(aaxPath);
OnFileCreated(keyPath);
}