Release 30.1.0

This commit is contained in:
be5invis 2024-05-25 09:29:13 -07:00
parent 07db5ca798
commit 7eb675d700
991 changed files with 29450 additions and 28579 deletions

View file

@ -936,7 +936,7 @@ async function CreateGroupArchiveFile(dir, out, ...files) {
echo.action(echo.hl.command("Create Archive"), out.full);
await cd(dir).silently.run(
[SEVEN_ZIP, "a"],
["-tzip", "-r", "-mx=9", "-mmt=off"],
["-tzip", "-r", "-mx=9", "-mmt1"],
relOut,
...files,
);