mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-18 14:27:43 +00:00
chore(windows): turn msi compression off for test builds
This commit is contained in:
parent
0e89711210
commit
4af61a89bd
2 changed files with 10 additions and 0 deletions
|
|
@ -187,8 +187,13 @@ WIXLIGHTLINT= -sice:ICE82 -sice:ICE80
|
|||
# for debug builds, we turn off compression because it is so hideously slow
|
||||
WIXLIGHTCOMPRESSION=-dcl:none
|
||||
!ELSE
|
||||
!IF "$(VERSION_ENVIRONMENT)" == "test"
|
||||
# for test builds, we also turn off compression
|
||||
WIXLIGHTCOMPRESSION=-dcl:none
|
||||
!ELSE
|
||||
WIXLIGHTCOMPRESSION=
|
||||
!ENDIF
|
||||
!ENDIF
|
||||
|
||||
WIXLIGHT=$(WIXPATH)\light.exe -wx -nologo $(WIXLIGHTLINT) $(WIXLIGHTCOMPRESSION)
|
||||
|
||||
|
|
|
|||
|
|
@ -210,8 +210,13 @@ WIXLIGHTLINT= -sice:ICE82 -sice:ICE80
|
|||
# for debug builds, we turn off compression because it is so hideously slow
|
||||
WIXLIGHTCOMPRESSION=-dcl:none
|
||||
!ELSE
|
||||
!IF "$(VERSION_ENVIRONMENT)" == "test"
|
||||
# for test builds, we also turn off compression
|
||||
WIXLIGHTCOMPRESSION=-dcl:none
|
||||
!ELSE
|
||||
WIXLIGHTCOMPRESSION=
|
||||
!ENDIF
|
||||
!ENDIF
|
||||
|
||||
WIXLIGHT=$(WIXPATH)\light.exe -wx -nologo $(WIXLIGHTLINT) $(WIXLIGHTCOMPRESSION)
|
||||
WIXLIT=$(WIXPATH)\lit.exe -wx -nologo
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue