Skip to content

Commit d60aacd

Browse files
authored
build: 7-zip 21.07
21.07 2021-12-26 ------------------------- - 7-Zip now can extract VHDX disk images (Microsoft Hyper-V Virtual Hard Disk v2 format). - New switches: -spm and -im!{file_path} to exclude directories from processing for specified paths that don't contain path separator character at the end of path. - In the "Add to Archive" window, now it is allowed to use -m prefix for "Parameters" field as in command line: -mparam. - The sorting order of files in archives was slightly changed to be more consistent for cases where the name of some directory is the same as the prefix part of the name of another directory or file. - TAR archives created by 7-Zip now are more consistent with archives created by GNU TAR program.
1 parent 928c2db commit d60aacd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

7-zip-build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set "Build_Root=%~dp0"
66
:Init
77
rem 7-zip version
88
rem https://www.7-zip.org/
9-
set version=7z2106
9+
set version=7z2107
1010
rem https://github.com/mcmilk/7-Zip-zstd
1111
set zstd_version=21.03-v1.5.0-R2
1212

0 commit comments

Comments
 (0)