Split archive into 4GB parts
This commit is contained in:
parent
b1d643cc6a
commit
08cebce876
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ class Context {
|
||||||
#"-mx=9",
|
#"-mx=9",
|
||||||
$archivePath) + $arguments + $(
|
$archivePath) + $arguments + $(
|
||||||
if ($split) {
|
if ($split) {
|
||||||
@("-v2g");
|
@("-v4g");
|
||||||
} else {
|
} else {
|
||||||
@();
|
@();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue