summaryrefslogtreecommitdiffstats
path: root/Tools/msi/bundle
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-02-07 23:42:53 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-02-07 23:42:53 (GMT)
commit5056455b7dc6d709c14658492fd670c262f05908 (patch)
tree5dec51abe179c8715d7a4f71a4b7d1f11faced0f /Tools/msi/bundle
parent26dd5edae820f346f7a1473952116e3a103d01fa (diff)
downloadcpython-5056455b7dc6d709c14658492fd670c262f05908.zip
cpython-5056455b7dc6d709c14658492fd670c262f05908.tar.gz
cpython-5056455b7dc6d709c14658492fd670c262f05908.tar.bz2
Adds automated test script for the Windows installer and fixes download URL
Diffstat (limited to 'Tools/msi/bundle')
-rw-r--r--Tools/msi/bundle/bundle.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/bundle/bundle.targets b/Tools/msi/bundle/bundle.targets
index 7726eea..8e4eb9e 100644
--- a/Tools/msi/bundle/bundle.targets
+++ b/Tools/msi/bundle/bundle.targets
@@ -14,7 +14,7 @@
<OutputPath>$(OutputPath)en-us\</OutputPath>
<OutDir>$(OutputPath)</OutDir>
- <DownloadUrl Condition="'$(DownloadUrl)' == '' and '$(DownloadUrlBase)' != ''">$(DownloadUrlBase.TrimEnd(`/`))/$(PythonVersion)/$(ArchName)/{2}</DownloadUrl>
+ <DownloadUrl Condition="'$(DownloadUrl)' == '' and '$(DownloadUrlBase)' != ''">$(DownloadUrlBase.TrimEnd(`/`))/$(MajorVersionNumber).$(MinorVersionNumber).$(MicroVersionNumber)/$(ArchName)$(ReleaseLevelName)/{2}</DownloadUrl>
<DefineConstants Condition="'$(DownloadUrl)' != ''">$(DefineConstants);DownloadUrl=$(DownloadUrl)</DefineConstants>
<DefineConstants Condition="'$(DownloadUrl)' == ''">$(DefineConstants);DownloadUrl={2}</DefineConstants>
</PropertyGroup>