diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-02-08 06:20:48 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-02-08 06:20:48 (GMT) |
commit | 312cef086b277c6f79cde5b345f0ce1ada81095e (patch) | |
tree | 96d83f36c19c961e691092841b79b73bd6ae5b13 /Tools/msi/bundle | |
parent | 914db0f11cae7874b1e58f170ef033f157cf45e5 (diff) | |
download | cpython-312cef086b277c6f79cde5b345f0ce1ada81095e.zip cpython-312cef086b277c6f79cde5b345f0ce1ada81095e.tar.gz cpython-312cef086b277c6f79cde5b345f0ce1ada81095e.tar.bz2 |
Improve Windows release scripts
Diffstat (limited to 'Tools/msi/bundle')
-rw-r--r-- | Tools/msi/bundle/bundle.targets | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/msi/bundle/bundle.targets b/Tools/msi/bundle/bundle.targets index 8e4eb9e..7697af7 100644 --- a/Tools/msi/bundle/bundle.targets +++ b/Tools/msi/bundle/bundle.targets @@ -14,8 +14,8 @@ <OutputPath>$(OutputPath)en-us\</OutputPath> <OutDir>$(OutputPath)</OutDir> - <DownloadUrl Condition="'$(DownloadUrl)' == '' and '$(DownloadUrlBase)' != ''">$(DownloadUrlBase.TrimEnd(`/`))/$(MajorVersionNumber).$(MinorVersionNumber).$(MicroVersionNumber)/$(ArchName)$(ReleaseLevelName)/{2}</DownloadUrl> - <DefineConstants Condition="'$(DownloadUrl)' != ''">$(DefineConstants);DownloadUrl=$(DownloadUrl)</DefineConstants> + <DownloadUrl Condition="'$(DownloadUrl)' == '' and '$(DownloadUrlBase)' != ''">$(DownloadUrlBase.TrimEnd(`/`))/$(MajorVersionNumber).$(MinorVersionNumber).$(MicroVersionNumber)/$(ArchName)$(ReleaseLevelName)/</DownloadUrl> + <DefineConstants Condition="'$(DownloadUrl)' != ''">$(DefineConstants);DownloadUrl=$(DownloadUrl){2}</DefineConstants> <DefineConstants Condition="'$(DownloadUrl)' == ''">$(DefineConstants);DownloadUrl={2}</DefineConstants> </PropertyGroup> |