We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63bb026 commit 5a78233Copy full SHA for 5a78233
.github/scripts/package-Windows.sh
@@ -27,7 +27,7 @@ cat > ./plugdata.wxs <<-EOL
27
<Product Id="*" UpgradeCode="\$(var.ProductUpgradeCode)"
28
Name="plugdata" Version="\$(var.ProductVersion)" Manufacturer="Timothy Schoen" Language="1033">
29
<Package InstallerVersion="200" Compressed="yes" Comments="Windows Installer Package"/>
30
- <Media Id="1" Cabinet="product.cab" EmbedCab="yes"/>
+ <Media Id="1" Cabinet="product.cab" EmbedCab="yes" CompressionLevel="high"/>
31
<Icon Id="ProductIcon" SourceFile="Resources\Icons\icon.ico"/>
32
<Property Id="ARPPRODUCTICON" Value="ProductIcon"/>
33
<WixVariable Id="WixUILicenseRtf" Value="Resources\Installer\LICENSE.rtf" />
0 commit comments