Changed archive mode
This commit is contained in:
Родитель
6ae98324e2
Коммит
c95cb906a0
|
@ -107,7 +107,7 @@ namespace TypefaceUtil
|
|||
}
|
||||
|
||||
using var zipStream = File.Create(outputPathZip);
|
||||
using var zipArchive = new ZipArchive(zipStream, ZipArchiveMode.Update);
|
||||
using var zipArchive = new ZipArchive(zipStream, ZipArchiveMode.Create);
|
||||
|
||||
for (int i = 0; i < paths.Count; i++)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче