Fix aax file getting inadvertently deleted (#1236)
This commit is contained in:
parent
64a85b6aab
commit
4bfb4e73ce
@ -204,8 +204,6 @@ namespace AaxDecrypter
|
|||||||
else
|
else
|
||||||
throw new InvalidOperationException($"Unknown file type: {fileType}");
|
throw new InvalidOperationException($"Unknown file type: {fileType}");
|
||||||
|
|
||||||
FileUtility.SaferMove(tempFilePath, aaxPath);
|
|
||||||
|
|
||||||
OnFileCreated(aaxPath);
|
OnFileCreated(aaxPath);
|
||||||
OnFileCreated(keyPath);
|
OnFileCreated(keyPath);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user