Split archives in 2G parts
This commit is contained in:
parent
1bf80bfd19
commit
310d0e7733
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ class Context {
|
||||||
#"-mx=9",
|
#"-mx=9",
|
||||||
$archivePath) + $arguments + $(
|
$archivePath) + $arguments + $(
|
||||||
if ($split) {
|
if ($split) {
|
||||||
@("-v3g");
|
@("-v2g");
|
||||||
} else {
|
} else {
|
||||||
@();
|
@();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue