Split archives in 2G parts

This commit is contained in:
Manuel Thalmann 2023-08-01 14:22:15 +02:00
parent 1bf80bfd19
commit 310d0e7733

View file

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