Fix tmp file extension to aaxc
This commit is contained in:
parent
0e2997d309
commit
458ea6a377
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ namespace AaxDecrypter
|
|||
throw new DirectoryNotFoundException($"Directory does not exist: {nameof(cacheDirectory)}");
|
||||
|
||||
jsonDownloadState = Path.Combine(cacheDirectory, Path.GetFileName(Path.ChangeExtension(OutputFileName, ".json")));
|
||||
TempFilePath = Path.ChangeExtension(jsonDownloadState, ".tmp");
|
||||
TempFilePath = Path.ChangeExtension(jsonDownloadState, ".aaxc");
|
||||
|
||||
DownloadOptions = ArgumentValidator.EnsureNotNull(dlLic, nameof(dlLic));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue