diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-05-24 00:52:20 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-05-24 00:52:20 (GMT) |
commit | 2446e2e76d92c27313feccb08d82f4e6df99d078 (patch) | |
tree | 19f4c39fd8460ca60714667f0d95380031094b6c /Tools | |
parent | 42a059b6323238af99d64f7016bcc1dd7550dd6b (diff) | |
download | cpython-2446e2e76d92c27313feccb08d82f4e6df99d078.zip cpython-2446e2e76d92c27313feccb08d82f4e6df99d078.tar.gz cpython-2446e2e76d92c27313feccb08d82f4e6df99d078.tar.bz2 |
Prevents attempt to sign ZIP file when building embeddable version.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/msi/make_zip.proj | 1 |
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" /> |