mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Use a smaller MaximumUncompressedMediaSize for unofficial builds to speed up compression a bit
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user