Skip to content

Commit

Permalink
Add tzstd and tzst file extensions
Browse files Browse the repository at this point in the history
Reviewed-by: Tino Reichardt <milky-7zip@mcmilk.de>
Signed-off-by: defrag257 <defrag257@qq.com>
  • Loading branch information
defrag257 authored and mcmilk committed Jun 18, 2023
1 parent 7d5bb9e commit 9b8a493
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit 9b8a493

Please sign in to comment.