summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-05-24 00:52:20 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-05-24 00:52:20 (GMT)
commit2446e2e76d92c27313feccb08d82f4e6df99d078 (patch)
tree19f4c39fd8460ca60714667f0d95380031094b6c
parent42a059b6323238af99d64f7016bcc1dd7550dd6b (diff)
downloadcpython-2446e2e76d92c27313feccb08d82f4e6df99d078.zip
cpython-2446e2e76d92c27313feccb08d82f4e6df99d078.tar.gz
cpython-2446e2e76d92c27313feccb08d82f4e6df99d078.tar.bz2
Prevents attempt to sign ZIP file when building embeddable version.
-rw-r--r--Tools/msi/make_zip.proj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/msi/make_zip.proj b/Tools/msi/make_zip.proj
index 4f9986e..2f16032 100644
--- a/Tools/msi/make_zip.proj
+++ b/Tools/msi/make_zip.proj
@@ -4,6 +4,7 @@
<ProjectGuid>{10487945-15D1-4092-A214-338395C4116B}</ProjectGuid>
<OutputName>python</OutputName>
<OutputSuffix></OutputSuffix>
+ <SupportSigning>false</SupportSigning>
</PropertyGroup>
<Import Project="msi.props" />