Skip to content

Commit

Permalink
Speedup build of the MSI package
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub committed Sep 10, 2021
1 parent c7184c4 commit 1c378f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win/packaging/mysql_server.wxs.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
SummaryCodepage='1252'
Platform='@Platform@'/>

<Media Id='1' Cabinet='product.cab' EmbedCab='yes' CompressionLevel='high' />
<MediaTemplate EmbedCab="yes" MaximumUncompressedMediaSize="2" CompressionLevel="high"/>

<!-- Upgrade -->
<Upgrade Id="@CPACK_WIX_UPGRADE_CODE@">
Expand Down

0 comments on commit 1c378f1

Please sign in to comment.