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

View File

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