Created
April 21, 2025 21:06
-
-
Save tuldok89/7979cec211f6984a165f7f4d25553aa1 to your computer and use it in GitHub Desktop.
Compress executables with 7zip-zstd and BCJ2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7z a -t7z vvv2.7z *.exe *.dll -m0=BCJ2 -m1=ZSTD:x22 -m2=ZSTD:x3 -m3=ZSTD:x3 -mb0:1 -mb0s1:2 -mb0s2:3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment