mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
chore: 日志压缩包压缩等级提升 (#12622)
chore: support payload compression level optimal -> smallest
This commit is contained in:
@@ -119,7 +119,7 @@ public class IssueReportUserControlModel : PropertyChangedBase
|
||||
foreach (var file in Directory.EnumerateFiles(tempPath, "*", SearchOption.AllDirectories))
|
||||
{
|
||||
string entryName = Path.GetRelativePath(tempPath, file);
|
||||
archive.CreateEntryFromFile(file, entryName, CompressionLevel.Optimal);
|
||||
archive.CreateEntryFromFile(file, entryName, CompressionLevel.SmallestSize);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user