Set default arguments for creating archives
This commit is contained in:
parent
a562562403
commit
bd7cf8c153
1 changed files with 2 additions and 0 deletions
|
@ -159,6 +159,8 @@ class Context {
|
||||||
"-xr!desktop.ini",
|
"-xr!desktop.ini",
|
||||||
"-xr!thumbs.db",
|
"-xr!thumbs.db",
|
||||||
"-xr!Thumbs.db",
|
"-xr!Thumbs.db",
|
||||||
|
"-slp",
|
||||||
|
"-mx=9",
|
||||||
$archivePath) + $arguments) `
|
$archivePath) + $arguments) `
|
||||||
-Wait `
|
-Wait `
|
||||||
-NoNewWindow;
|
-NoNewWindow;
|
||||||
|
|
Loading…
Reference in a new issue