Split inner files in 2GB parts

This commit is contained in:
Manuel Thalmann 2023-08-01 20:32:23 +02:00
parent 4f420adb00
commit bbd06011fc

View file

@ -171,7 +171,7 @@ class Context {
"-slp", "-slp",
$archivePath) + $arguments + $( $archivePath) + $arguments + $(
if ($split) { if ($split) {
@("-v4g"); @("-v2g");
} else { } else {
@(); @();
} }