From 31c80e8eaef0fc06157caa5843ff211966f999d3 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Thu, 27 Oct 2016 12:14:48 -0700 Subject: Revert incorrect file merge from 3.5. --- Tools/msi/make_zip.proj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/msi/make_zip.proj b/Tools/msi/make_zip.proj index 13f75ba..d2e031f 100644 --- a/Tools/msi/make_zip.proj +++ b/Tools/msi/make_zip.proj @@ -16,7 +16,7 @@ $(OutputPath)\en-us\$(TargetName)$(TargetExt) rmdir /q/s "$(IntermediateOutputPath)\zip_$(ArchName)" "$(PythonExe)" "$(MSBuildThisFileDirectory)\make_zip.py" - $(Arguments) -e -o "$(TargetPath)" -t "$(IntermediateOutputPath)\zip_$(ArchName)" -b "$(OutDir.TrimEnd('\'))" + $(Arguments) -e -o "$(TargetPath)" -t "$(IntermediateOutputPath)\zip_$(ArchName)" -a $(ArchName) set DOC_FILENAME=python$(PythonVersion).chm set VCREDIST_PATH=$(VS140COMNTOOLS)\..\..\VC\redist\$(Platform)\Microsoft.VC140.CRT -- cgit v0.12