mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-10 06:20:27 -04:00
Use CompressionLevel="none" for rapid prototyping
This commit is contained in:
parent
cc5ec455d0
commit
65957b55d6
@ -78,7 +78,7 @@
|
|||||||
<!-- The media table defines the location that the MSI will look to find source files during -->
|
<!-- 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 -->
|
<!-- 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. -->
|
<!-- 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 -->
|
<!-- These properties define links that will appear in the Add/Remove Programs control panel when -->
|
||||||
<!-- this product is installed on the system. -->
|
<!-- this product is installed on the system. -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user