Add .zst extension.
This commit is contained in:
parent
d11e90787c
commit
6e64dbc131
@ -11,7 +11,7 @@ namespace Toolbox.Library
|
||||
public class Zstb : ICompressionFormat
|
||||
{
|
||||
public string[] Description { get; set; } = new string[] { "ZSTD" };
|
||||
public string[] Extension { get; set; } = new string[] { "*.zstd", };
|
||||
public string[] Extension { get; set; } = new string[] { "*.zstd", "*.zst", };
|
||||
|
||||
public override string ToString() { return "ZSTD"; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user