Bläddra i källkod

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 månader sedan
förälder
incheckning
4a13d57d81
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      DesktopClock/FodyWeavers.xml

+ 1 - 1
DesktopClock/FodyWeavers.xml

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