Commit 4097809
committed
Use no compression for created entries
Replace CompressionLevel.Fastest with CompressionLevel.NoCompression when creating archive entries. This avoids compression-related variability and helps ensure deterministic output (while keeping LastWriteTime set to StableDateOffset).1 parent 1bd09d2 commit 4097809
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments