diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-03-21 05:05:33 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-03-21 05:05:33 (GMT) |
commit | e9ae8340a3060637ae74825024683d05e3bb71e3 (patch) | |
tree | 1b3ba8644a2184499df4f0b4b6d0fb39f8dd6888 /Tools/msi/get_wix.py | |
parent | 39dadf7abf24302185f69493808dfb61fb8c4073 (diff) | |
download | cpython-e9ae8340a3060637ae74825024683d05e3bb71e3.zip cpython-e9ae8340a3060637ae74825024683d05e3bb71e3.tar.gz cpython-e9ae8340a3060637ae74825024683d05e3bb71e3.tar.bz2 |
Update Wix version and fixes wxs file.
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 da36a2e..c6cf5d9 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.0.1403/wix310-binaries.zip' +WIX_BINARIES_ZIP = 'http://wixtoolset.org/downloads/v3.10.0.1519/wix310-binaries.zip' TARGET_BIN_ZIP = EXTERNALS_DIR / "wix.zip" TARGET_BIN_DIR = EXTERNALS_DIR / "wix" |