Use a smaller MaximumUncompressedMediaSize for unofficial builds to speed up compression a bit

This commit is contained in:
Cameron Gutman 2020-05-04 18:32:38 -07:00
parent ad2ce4de53
commit 36e7cc8e89

View file

@ -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