mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 11:14:45 +00:00
Add support for uncompressed repository.
This commit is contained in:
@@ -36,7 +36,8 @@ namespace RomRepoMgr.Settings;
|
||||
public enum CompressionType
|
||||
{
|
||||
Lzip = 0,
|
||||
Zstd
|
||||
Zstd,
|
||||
None
|
||||
}
|
||||
|
||||
public sealed class SetSettings
|
||||
|
||||
Reference in New Issue
Block a user