Add support for uncompressed repository.

This commit is contained in:
2025-07-25 22:55:30 +01:00
parent 0bda03afee
commit 8f789484ca
5 changed files with 79 additions and 18 deletions

View File

@@ -36,7 +36,8 @@ namespace RomRepoMgr.Settings;
public enum CompressionType
{
Lzip = 0,
Zstd
Zstd,
None
}
public sealed class SetSettings