Skip to content

Commit

Permalink
Merge branch 'prerelease'
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed Mar 17, 2024
2 parents f1beab1 + 3e73cf3 commit da95eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verdafile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ const StandaloneTtfArchive = file.make(

function SevenZipCompress(format, dir, target, ...inputs) {
const formatArgs =
format === "7z" ? [`-t7z`, `-m0=LZMA2:a=0:d=256m:fb=256`] : [`-tzip`, `-mx=9`];
format === "7z" ? [`-t7z`, `-m0=LZMA2:a=1:mf=bt4:d=256m:fb=256`] : [`-tzip`, `-mx=9`];
return cd(dir).run([SEVEN_ZIP, `a`], formatArgs, [path.relative(dir, target), ...inputs]);
}

Expand Down

0 comments on commit da95eae

Please sign in to comment.