mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 09:15:00 -06:00
9.36
This commit is contained in:
committed by
Kornel Lesiński
parent
0dc16c691d
commit
7e021179cd
@@ -1216,10 +1216,10 @@ HRESULT UpdateArchive(
|
||||
createTempFile = true;
|
||||
ap.Temp = true;
|
||||
if (!options.WorkingDir.IsEmpty())
|
||||
{
|
||||
ap.TempPrefix = options.WorkingDir;
|
||||
NormalizeDirPathPrefix(ap.TempPrefix);
|
||||
}
|
||||
else
|
||||
ap.TempPrefix = us2fs(ap.Prefix);
|
||||
NormalizeDirPathPrefix(ap.TempPrefix);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user