From 36e7cc8e890afac6729a88a15842800a31de5fd3 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Mon, 4 May 2020 18:32:38 -0700 Subject: [PATCH] Use a smaller MaximumUncompressedMediaSize for unofficial builds to speed up compression a bit --- scripts/generate-installers.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/generate-installers.bat b/scripts/generate-installers.bat index ead49538..74bc8d5f 100644 --- a/scripts/generate-installers.bat +++ b/scripts/generate-installers.bat @@ -9,9 +9,11 @@ set ARCH=%2 rem Convert to lower case for windeployqt if /I "%BUILD_CONFIG%"=="debug" ( set BUILD_CONFIG=debug + set WIX_MUMS=10 ) else ( if /I "%BUILD_CONFIG%"=="release" ( set BUILD_CONFIG=release + set WIX_MUMS=10 ) else ( if /I "%BUILD_CONFIG%"=="signed-release" ( set BUILD_CONFIG=release