Release 30.1.0
This commit is contained in:
parent
07db5ca798
commit
7eb675d700
991 changed files with 29450 additions and 28579 deletions
|
|
@ -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,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue