1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

Use CompressionLevel="none" for rapid prototyping

This commit is contained in:
Reinhard Pointner 2018-06-10 06:47:29 +07:00
parent cc5ec455d0
commit 65957b55d6

View File

@ -78,7 +78,7 @@
<!-- The media table defines the location that the MSI will look to find source files during -->
<!-- installation or repair scenarios. In this case, the source files are in a cab file that will be -->
<!-- embedded directly into the MSI at build time. -->
<Media Id='1' Cabinet='FileBot.cab' EmbedCab='yes' CompressionLevel="high" />
<Media Id='1' Cabinet='FileBot.cab' EmbedCab='yes' CompressionLevel="none" />
<!-- These properties define links that will appear in the Add/Remove Programs control panel when -->
<!-- this product is installed on the system. -->