mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2025-02-17 19:58:24 +00:00
Use a smaller MaximumUncompressedMediaSize for unofficial builds to speed up compression a bit
This commit is contained in:
parent
ad2ce4de53
commit
36e7cc8e89
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue