From 7a3ca3f26b2ba5ae8fc2f5eef1c03273cf6c77af Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 1 Aug 2023 16:56:21 +0200 Subject: [PATCH] Lower the compression level --- 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 d0b617f6..6a10629b 100644 --- a/scripts/Windows/Scripts/Context.ps1 +++ b/scripts/Windows/Scripts/Context.ps1 @@ -167,7 +167,7 @@ class Context { "-xr!desktop.ini", "-xr!thumbs.db", "-xr!Thumbs.db", - "-mx=9", + "-mx=7", $archivePath) + $arguments + $( if ($split) { @("-v4g");