]> granicus.if.org Git - python/commitdiff
Prevents attempt to sign ZIP file when building embeddable version.
authorSteve Dower <steve.dower@microsoft.com>
Sun, 24 May 2015 00:52:20 +0000 (17:52 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Sun, 24 May 2015 00:52:20 +0000 (17:52 -0700)
Tools/msi/make_zip.proj

index 4f9986ec0808cace02feb9335ac9f816b489181e..2f16032086c413547c7d7079acf0d1b4359e7e98 100644 (file)
@@ -4,6 +4,7 @@
         <ProjectGuid>{10487945-15D1-4092-A214-338395C4116B}</ProjectGuid>
         <OutputName>python</OutputName>
         <OutputSuffix></OutputSuffix>
+        <SupportSigning>false</SupportSigning>
     </PropertyGroup>
 
     <Import Project="msi.props" />