[Python-checkins] cpython (3.6): Revert incorrect file merge from 3.5.

steve.dower python-checkins at python.org
Thu Oct 27 15:15:54 EDT 2016


https://hg.python.org/cpython/rev/fbc4d01ae3f0
changeset:   104754:fbc4d01ae3f0
branch:      3.6
user:        Steve Dower <steve.dower at microsoft.com>
date:        Thu Oct 27 12:14:48 2016 -0700
summary:
  Revert incorrect file merge from 3.5.

files:
  Tools/msi/make_zip.proj |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Tools/msi/make_zip.proj b/Tools/msi/make_zip.proj
--- a/Tools/msi/make_zip.proj
+++ b/Tools/msi/make_zip.proj
@@ -16,7 +16,7 @@
         <TargetPath>$(OutputPath)\en-us\$(TargetName)$(TargetExt)</TargetPath>
         <CleanCommand>rmdir /q/s "$(IntermediateOutputPath)\zip_$(ArchName)"</CleanCommand>
         <Arguments>"$(PythonExe)" "$(MSBuildThisFileDirectory)\make_zip.py"</Arguments>
-        <Arguments>$(Arguments) -e -o "$(TargetPath)" -t "$(IntermediateOutputPath)\zip_$(ArchName)" -b "$(OutDir.TrimEnd('\'))"</Arguments>
+        <Arguments>$(Arguments) -e -o "$(TargetPath)" -t "$(IntermediateOutputPath)\zip_$(ArchName)" -a $(ArchName)</Arguments>
         <Environment>set DOC_FILENAME=python$(PythonVersion).chm
 set VCREDIST_PATH=$(VS140COMNTOOLS)\..\..\VC\redist\$(Platform)\Microsoft.VC140.CRT</Environment>
     </PropertyGroup>

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list