mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-08-17 00:46:11 +00:00
Use a smaller MaximumUncompressedMediaSize for unofficial builds to speed up compression a bit
This commit is contained in:
parent
ad2ce4de53
commit
36e7cc8e89
@ -9,9 +9,11 @@ set ARCH=%2
|
|||||||
rem Convert to lower case for windeployqt
|
rem Convert to lower case for windeployqt
|
||||||
if /I "%BUILD_CONFIG%"=="debug" (
|
if /I "%BUILD_CONFIG%"=="debug" (
|
||||||
set BUILD_CONFIG=debug
|
set BUILD_CONFIG=debug
|
||||||
|
set WIX_MUMS=10
|
||||||
) else (
|
) else (
|
||||||
if /I "%BUILD_CONFIG%"=="release" (
|
if /I "%BUILD_CONFIG%"=="release" (
|
||||||
set BUILD_CONFIG=release
|
set BUILD_CONFIG=release
|
||||||
|
set WIX_MUMS=10
|
||||||
) else (
|
) else (
|
||||||
if /I "%BUILD_CONFIG%"=="signed-release" (
|
if /I "%BUILD_CONFIG%"=="signed-release" (
|
||||||
set BUILD_CONFIG=release
|
set BUILD_CONFIG=release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user