Преглед изворни кода

Disable Costura compression

We now package in ZIPs so this is no longer needed. It might help with accidental virus detection and launch speed but I haven't tested either of those scenarios.

Exe itself is now 2.8mb from 1.6mb.
Daniel Chalmers пре 9 месеци
родитељ
комит
4a13d57d81
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      DesktopClock/FodyWeavers.xml

+ 1 - 1
DesktopClock/FodyWeavers.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <?xml version="1.0" encoding="utf-8"?>
 <Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
 <Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
   <PropertyChanged />
   <PropertyChanged />
-  <Costura />
+  <Costura DisableCompression="true" />
 </Weavers>
 </Weavers>