diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-02-07 23:42:53 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-02-07 23:42:53 (GMT) |
commit | 5056455b7dc6d709c14658492fd670c262f05908 (patch) | |
tree | 5dec51abe179c8715d7a4f71a4b7d1f11faced0f /Tools/msi/get_wix.py | |
parent | 26dd5edae820f346f7a1473952116e3a103d01fa (diff) | |
download | cpython-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/get_wix.py')
-rw-r--r-- | Tools/msi/get_wix.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/get_wix.py b/Tools/msi/get_wix.py index 85b02f2..da36a2e 100644 --- a/Tools/msi/get_wix.py +++ b/Tools/msi/get_wix.py @@ -22,7 +22,7 @@ if not EXTERNALS_DIR: print("Cannot find project root") sys.exit(1) -WIX_BINARIES_ZIP = 'http://wixtoolset.org/downloads/v3.10.1124.0/wix310-binaries.zip' +WIX_BINARIES_ZIP = 'http://wixtoolset.org/downloads/v3.10.0.1403/wix310-binaries.zip' TARGET_BIN_ZIP = EXTERNALS_DIR / "wix.zip" TARGET_BIN_DIR = EXTERNALS_DIR / "wix" |