mirror of
https://github.com/claunia/apprepodbmgr.git
synced 2025-12-16 19:24:42 +00:00
Add support for choosing compression algorithm.
This commit is contained in:
@@ -831,7 +831,7 @@ namespace osrepodbmgr.Core
|
||||
|
||||
ZipFile zf = new ZipFile(destination);
|
||||
zf.CompressionLevel = Ionic.Zlib.CompressionLevel.BestCompression;
|
||||
zf.CompressionMethod = CompressionMethod.Deflate;
|
||||
zf.CompressionMethod = Settings.Current.CompressionAlgorithm;
|
||||
zf.UseZip64WhenSaving = Zip64Option.AsNecessary;
|
||||
|
||||
string filesPath;
|
||||
|
||||
Reference in New Issue
Block a user