Skip to content

Instantly share code, notes, and snippets.

@tuldok89
Created April 21, 2025 21:06
Show Gist options
  • Save tuldok89/7979cec211f6984a165f7f4d25553aa1 to your computer and use it in GitHub Desktop.
Save tuldok89/7979cec211f6984a165f7f4d25553aa1 to your computer and use it in GitHub Desktop.
Compress executables with 7zip-zstd and BCJ2
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