From 310d0e77337ee32789e4a59bfe370dfcd0dbbe07 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 1 Aug 2023 14:22:15 +0200 Subject: [PATCH] Split archives in 2G parts --- scripts/Windows/Scripts/Context.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Windows/Scripts/Context.ps1 b/scripts/Windows/Scripts/Context.ps1 index 2a07d8a1..348e28cf 100644 --- a/scripts/Windows/Scripts/Context.ps1 +++ b/scripts/Windows/Scripts/Context.ps1 @@ -171,7 +171,7 @@ class Context { #"-mx=9", $archivePath) + $arguments + $( if ($split) { - @("-v3g"); + @("-v2g"); } else { @(); }