Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some extra supports for .tzst / .tzstd #328

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion CPP/7zip/Archive/7z/7zUpdate.cpp
Expand Up @@ -557,7 +557,7 @@ static int CompareEmptyItems(const unsigned *p1, const unsigned *p2, void *param
}

static const char *g_Exts =
" 7z xz lzma lzma2 ace arc arj bz tbz bz2 tbz2 cab deb gz tgz ha lha liz tliz lz tlz lz4 tlz4 lz5 tlz5 lzh lzo lzx pak rar rpm sit zoo zst zstd"
" 7z xz lzma lzma2 ace arc arj bz tbz bz2 tbz2 cab deb gz tgz ha lha liz tliz lz tlz lz4 tlz4 lz5 tlz5 lzh lzo lzx pak rar rpm sit zoo zst tzst zstd tzstd"
" zip jar ear war msi"
" 3gp avi mov mpeg mpg mpe wmv"
" aac ape fla flac la mp3 m4a mp4 ofr ogg pac ra rm rka shn swa tta wv wma wav"
Expand Down
2 changes: 1 addition & 1 deletion CPP/7zip/Bundles/Fm/resource.rc
Expand Up @@ -3,5 +3,5 @@

STRINGTABLE
BEGIN
100 "7z zip rar 001 cab iso xz txz lzma lzma2 tar cpio bz2 bzip2 tbz2 tbz gz gzip tgz tpz z taz lz tlz lz4 tlz4 lz5 tlz5 lzh lha rpm deb arj vhd vhdx wim swm esd fat ntfs dmg hfs xar squashfs zst zstd apfs br"
100 "7z zip rar 001 cab iso xz txz lzma lzma2 tar cpio bz2 bzip2 tbz2 tbz gz gzip tgz tpz z taz lz tlz lz4 tlz4 lz5 tlz5 lzh lha rpm deb arj vhd vhdx wim swm esd fat ntfs dmg hfs xar squashfs zst tzst zstd tzstd apfs br"
END
2 changes: 1 addition & 1 deletion CPP/7zip/Bundles/Format7zF/resource.rc
Expand Up @@ -38,5 +38,5 @@ MY_VERSION_INFO_DLL("7z Plugin" , "7z")

STRINGTABLE
BEGIN
100 "7z:0 zip:1 rar:3 001:9 cab:7 iso:8 xz:23 txz:23 lzma:16 lzma2:30 tar:13 cpio:12 bz2:2 bzip2:2 tbz2:2 tbz:2 gz:14 gzip:14 tgz:14 tpz:14 z:5 taz:5 lz:16 tlz:16 liz:28 lz4:26 lz5:27 lzh:6 lha:6 rpm:10 deb:11 arj:4 vhd:20 vhdx:20 wim:15 swm:15 esd:15 fat:21 ntfs:22 dmg:17 hfs:18 xar:19 squashfs:24 zst:25 zstd:31 apfs:29 br:32"
100 "7z:0 zip:1 rar:3 001:9 cab:7 iso:8 xz:23 txz:23 lzma:16 lzma2:30 tar:13 cpio:12 bz2:2 bzip2:2 tbz2:2 tbz:2 gz:14 gzip:14 tgz:14 tpz:14 z:5 taz:5 lz:16 tlz:16 liz:28 lz4:26 lz5:27 lzh:6 lha:6 rpm:10 deb:11 arj:4 vhd:20 vhdx:20 wim:15 swm:15 esd:15 fat:21 ntfs:22 dmg:17 hfs:18 xar:19 squashfs:24 zst:25 tzst:25 zstd:31 tzstd:31 apfs:29 br:32"
END