mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-13 20:29:24 +00:00
[Developer] Reduce installer size for Keyman Developer
This commit is contained in:
parent
e8ef3d0e23
commit
690790987e
2 changed files with 3 additions and 1 deletions
|
|
@ -75,6 +75,8 @@ begin
|
|||
// Read this https://www.briskbard.com/index.php?lang=en&pageid=cef
|
||||
GlobalCEFApp := TCefApplication.Create;
|
||||
|
||||
GlobalCEFApp.CheckCEFFiles := False;
|
||||
|
||||
// We run in debug mode when TIKE debug mode flag is set, so that we can
|
||||
// debug the CEF interactions more easily
|
||||
// GlobalCEFApp.SingleProcess := TikeDebugMode;
|
||||
|
|
|
|||
|
|
@ -334,7 +334,7 @@
|
|||
<ComponentGroupRef Id="Samples" />
|
||||
</Feature>
|
||||
|
||||
<Media Id="1" EmbedCab="yes" Cabinet="Data1.cab" VolumeLabel="DISK1" />
|
||||
<Media Id="1" EmbedCab="yes" CompressionLevel="high" Cabinet="Data1.cab" VolumeLabel="DISK1" />
|
||||
|
||||
<UIRef Id="WixUI_FeatureTree"/>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue