Fix aax file getting inadvertently deleted (#1236)
This commit is contained in:
parent
64a85b6aab
commit
4bfb4e73ce
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue