[Python-checkins] cpython: Fix download URL embedded in Windows installer.

steve.dower python-checkins at python.org
Fri Feb 6 18:59:20 CET 2015


https://hg.python.org/cpython/rev/7ed9c601accd
changeset:   94548:7ed9c601accd
user:        Steve Dower <steve.dower at microsoft.com>
date:        Fri Feb 06 09:59:05 2015 -0800
summary:
  Fix download URL embedded in Windows installer.

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


diff --git a/Tools/msi/bundle/bundle.targets b/Tools/msi/bundle/bundle.targets
--- a/Tools/msi/bundle/bundle.targets
+++ b/Tools/msi/bundle/bundle.targets
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" TreatAsLocalProperty="DownloadUrl">
     <PropertyGroup>
         <SchemaVersion>2.0</SchemaVersion>
         <OutputType>Bundle</OutputType>

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


More information about the Python-checkins mailing list