Merging upstream version 1.12~pre2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
64fda76e2e
commit
f4079ace26
19 changed files with 422 additions and 222 deletions
1
rc.cc
1
rc.cc
|
@ -62,6 +62,7 @@ const struct { const char * from; const char * to; int format_index; }
|
|||
{ ".txz", ".tar", fmt_xz },
|
||||
{ ".zst", "", fmt_zst },
|
||||
{ ".tzst", ".tar", fmt_zst },
|
||||
{ ".Z", "", fmt_gz },
|
||||
{ 0, 0, -1 } };
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue