Commit f6d9955
authored
Use no compression for created entries (#43)
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 1bd2d75 commit f6d9955
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments