Split archives in 2G parts

This commit is contained in:
Manuel Thalmann 2023-08-01 14:22:15 +02:00
parent 3a7a83c00e
commit bfd9b8c0b2

View file

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