Skip to content

Commit 5a78233

Browse files
committed
Increase Windows installer compression
1 parent 63bb026 commit 5a78233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/package-Windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cat > ./plugdata.wxs <<-EOL
2727
<Product Id="*" UpgradeCode="\$(var.ProductUpgradeCode)"
2828
Name="plugdata" Version="\$(var.ProductVersion)" Manufacturer="Timothy Schoen" Language="1033">
2929
<Package InstallerVersion="200" Compressed="yes" Comments="Windows Installer Package"/>
30-
<Media Id="1" Cabinet="product.cab" EmbedCab="yes"/>
30+
<Media Id="1" Cabinet="product.cab" EmbedCab="yes" CompressionLevel="high"/>
3131
<Icon Id="ProductIcon" SourceFile="Resources\Icons\icon.ico"/>
3232
<Property Id="ARPPRODUCTICON" Value="ProductIcon"/>
3333
<WixVariable Id="WixUILicenseRtf" Value="Resources\Installer\LICENSE.rtf" />

0 commit comments

Comments
 (0)