Store files separate in the repository instead of compressing

them in ZIP. Supported GZ, BZ2 and LZMA formats.
This commit is contained in:
2017-05-11 19:01:47 +01:00
parent ebde05af36
commit 67d798a213
13 changed files with 175 additions and 338 deletions

View File

@@ -43,7 +43,7 @@ namespace osrepodbmgr.Core
public static long noFilesInArchive;
public static string archiveFormat;
public static Process unarProcess;
public static bool copyArchive;
public static bool unzipWithUnAr;
public static string selectedFile;
public static OpticalDiscType workingDisc;
public static BlockMediaType workingDisk;