Split archive into 4GB parts

This commit is contained in:
Manuel Thalmann 2023-08-01 16:01:51 +02:00
parent b1d643cc6a
commit 08cebce876

View file

@ -170,7 +170,7 @@ class Context {
#"-mx=9", #"-mx=9",
$archivePath) + $arguments + $( $archivePath) + $arguments + $(
if ($split) { if ($split) {
@("-v2g"); @("-v4g");
} else { } else {
@(); @();
} }